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, 2 insertions, 1 deletions
diff --git a/tools/lint.js b/tools/lint.js
index 1f3f56498..b591cae0b 100755
--- a/tools/lint.js
+++ b/tools/lint.js
@@ -56,12 +56,13 @@ async function dlint() {
":!:cli/tsc/compiler.d.ts",
":!:runtime/examples/",
":!:target/",
+ ":!:tests/ffi/tests/test.js",
":!:tests/registry/**",
":!:tests/specs/**",
":!:tests/testdata/**",
":!:tests/unit_node/testdata/**",
- ":!:tests/wpt/suite/**",
":!:tests/wpt/runner/**",
+ ":!:tests/wpt/suite/**",
]);
if (!sourceFiles.length) {