Skip to content

Commit e31b1eb

Browse files
committed
style: ignore eslintrc to eslint itself
1 parent ffda997 commit e31b1eb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

nodejs/.eslintrc.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ module.exports = {
1919
"project": [
2020
path.resolve(__dirname, "tsconfig.json")
2121
]
22-
}
23-
}
22+
},
23+
"ignorePatterns": [
24+
".eslintrc.js"
25+
],
26+
}

0 commit comments

Comments
 (0)