summaryrefslogtreecommitdiff
path: root/tools/lint.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lint.js')
-rwxr-xr-xtools/lint.js22
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/lint.js b/tools/lint.js
index 0eae493fd..8d6e2e64a 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -41,22 +41,22 @@ async function dlint() {
"*.js",
"*.ts",
":!:.github/mtime_cache/action.js",
- ":!:cli/tests/testdata/swc_syntax_error.ts",
- ":!:cli/tests/testdata/error_008_checkjs.js",
+ ":!:tests/testdata/swc_syntax_error.ts",
+ ":!:tests/testdata/error_008_checkjs.js",
":!:cli/bench/testdata/npm/*",
":!:cli/bench/testdata/express-router.js",
":!:cli/bench/testdata/react-dom.js",
":!:cli/compilers/wasm_wrap.js",
":!:cli/tsc/dts/**",
- ":!:cli/tests/testdata/encoding/**",
- ":!:cli/tests/testdata/error_syntax.js",
- ":!:cli/tests/testdata/file_extensions/ts_with_js_extension.js",
- ":!:cli/tests/testdata/fmt/**",
- ":!:cli/tests/testdata/npm/**",
- ":!:cli/tests/testdata/lint/**",
- ":!:cli/tests/testdata/run/**",
- ":!:cli/tests/testdata/tsc/**",
- ":!:cli/tests/testdata/test/glob/**",
+ ":!:tests/testdata/encoding/**",
+ ":!:tests/testdata/error_syntax.js",
+ ":!:tests/testdata/file_extensions/ts_with_js_extension.js",
+ ":!:tests/testdata/fmt/**",
+ ":!:tests/testdata/npm/**",
+ ":!:tests/testdata/lint/**",
+ ":!:tests/testdata/run/**",
+ ":!:tests/testdata/tsc/**",
+ ":!:tests/testdata/test/glob/**",
":!:cli/tsc/*typescript.js",
":!:cli/tsc/compiler.d.ts",
":!:test_util/wpt/**",