Skip to content

Commit 66b2c01

Browse files
authored
Merge pull request #2898 from Tyriar/eslint_js
Disable eslint in all js files
2 parents 065eb13 + 15bb9aa commit 66b2c01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
},
2626
"ignorePatterns": [
2727
"**/typings/*.d.ts",
28-
"**/node_modules"
28+
"**/node_modules",
29+
"**/*.js"
2930
],
3031
"plugins": [
3132
"@typescript-eslint"

0 commit comments

Comments
 (0)