diff options
Diffstat (limited to 'tools/lint.py')
-rwxr-xr-x | tools/lint.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/lint.py b/tools/lint.py index e7f967140..76f51404d 100755 --- a/tools/lint.py +++ b/tools/lint.py @@ -66,13 +66,14 @@ def eslint(): ":!:cli/tests/swc_syntax_error.ts", ":!:std/**/testdata/*", ":!:std/**/node_modules/*", + ":!:cli/bench/node*.js", ":!:cli/compilers/wasm_wrap.js", + ":!:cli/dts/**", + ":!:cli/tests/encoding/**", ":!:cli/tests/error_syntax.js", ":!:cli/tests/lint/**", - ":!:cli/tests/encoding/**", - ":!:cli/dts/**", + ":!:cli/tests/tsc/**", ":!:cli/tsc/*typescript.js", - ":!:cli/bench/node*.js", ]) if source_files: max_command_len = 30000 |