Skip to content

Commit

Permalink
chore: ignore test*.js in eslint and ts configs
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 committed Apr 20, 2020
1 parent ea8330a commit 299f2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintignore
Expand Up @@ -2,7 +2,7 @@
/tests/**/*.js
!/tests/**/jsfmt.spec.js
!/**/.eslintrc.js
/test.js
/test*.js
/scripts/build/shims
/scripts/release/node_modules
/coverage/
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -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",
Expand Down

0 comments on commit 299f2ca

Please sign in to comment.