diff options
Diffstat (limited to 'tools/lint.py')
-rwxr-xr-x | tools/lint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lint.py b/tools/lint.py index 5891ba9f9..e7f967140 100755 --- a/tools/lint.py +++ b/tools/lint.py @@ -72,6 +72,7 @@ def eslint(): ":!:cli/tests/encoding/**", ":!:cli/dts/**", ":!:cli/tsc/*typescript.js", + ":!:cli/bench/node*.js", ]) if source_files: max_command_len = 30000 |