summaryrefslogtreecommitdiff
path: root/tools/lint.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-xtools/lint.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/lint.js b/tools/lint.js
index 299632d90..f5aadc77c 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -17,19 +17,19 @@ async function dlint() {
"*.js",
"*.ts",
":!:.github/mtime_cache/action.js",
- ":!:cli/tests/swc_syntax_error.ts",
- ":!:cli/tests/038_checkjs.js",
- ":!:cli/tests/error_008_checkjs.js",
+ ":!: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/**",
- ":!:cli/tests/encoding/**",
- ":!:cli/tests/error_syntax.js",
+ ":!:cli/tests/testdata/encoding/**",
+ ":!:cli/tests/testdata/error_syntax.js",
":!:cli/tests/unit/**",
- ":!:cli/tests/lint/**",
- ":!:cli/tests/tsc/**",
+ ":!:cli/tests/testdata/lint/**",
+ ":!:cli/tests/testdata/tsc/**",
":!:cli/tsc/*typescript.js",
":!:test_util/wpt/**",
]);