mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Run eslint over lib folder
This commit is contained in:
@@ -24,7 +24,7 @@ def main():
|
||||
settings = ['--quiet', '--config']
|
||||
|
||||
sourceConfig = os.path.join('script', 'eslintrc-base.json')
|
||||
sourceFiles = ['atom']
|
||||
sourceFiles = ['lib']
|
||||
execute([eslint] + settings + [sourceConfig] + sourceFiles)
|
||||
|
||||
specConfig = os.path.join('script', 'eslintrc-spec.json')
|
||||
|
||||
Reference in New Issue
Block a user