summaryrefslogtreecommitdiff
path: root/tools/lint.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-xtools/lint.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lint.js b/tools/lint.js
index bcb181e29..29720bfb9 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -20,8 +20,6 @@ async function dlint() {
":!:cli/tests/testdata/swc_syntax_error.ts",
":!:cli/tests/testdata/038_checkjs.js",
":!:cli/tests/testdata/error_008_checkjs.js",
- ":!:std/**/testdata/*",
- ":!:std/**/node_modules/*",
":!:cli/bench/node*.js",
":!:cli/compilers/wasm_wrap.js",
":!:cli/dts/**",
@@ -31,6 +29,7 @@ async function dlint() {
":!:cli/tests/testdata/lint/**",
":!:cli/tests/testdata/tsc/**",
":!:cli/tsc/*typescript.js",
+ ":!:cli/tsc/compiler.d.ts",
":!:test_util/wpt/**",
]);