We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffda997 commit e31b1ebCopy full SHA for e31b1eb
1 file changed
nodejs/.eslintrc.js
@@ -19,5 +19,8 @@ module.exports = {
19
"project": [
20
path.resolve(__dirname, "tsconfig.json")
21
]
22
- }
23
-}
+ },
+ "ignorePatterns": [
24
+ ".eslintrc.js"
25
+ ],
26
+}
0 commit comments