diff --git a/.eslintignore b/.eslintignore index 69933d2d199f..a1aa75db9b1f 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,7 +2,7 @@ /tests/**/*.js !/tests/**/jsfmt.spec.js !/**/.eslintrc.js -/test.js +/test*.js /scripts/build/shims /scripts/release/node_modules /coverage/ diff --git a/tsconfig.json b/tsconfig.json index 15feff23bd0b..5a1d98d1488d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ }, "exclude": [ "coverage/", + "test*.js", // [TBD] JavaScript sources *not* affected by src/language-*: "src/main/ast-to-doc.js", "src/main/core.js",