diff options
Diffstat (limited to 'tools/lint.py')
-rwxr-xr-x | tools/lint.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lint.py b/tools/lint.py index a964179fb..fc9a73c90 100755 --- a/tools/lint.py +++ b/tools/lint.py @@ -69,6 +69,8 @@ def eslint(): ":!:cli/compilers/wasm_wrap.js", ":!:cli/tests/error_syntax.js", ":!:cli/tests/lint/**", + ":!:cli/dts/**", + ":!:cli/tsc/*typescript.js", ]) if source_files: max_command_len = 30000 |