Skip to content

Commit a9f2116

Browse files
committed
chore: allow eslint.config.js in npm project gitignore files
1 parent 8d84cd1 commit a9f2116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/content/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ module.exports = {
157157
allowDistPaths: true,
158158
allowPaths: [
159159
'/.eslintrc.local.*',
160+
'/.eslint.config.js',
160161
'**/.gitignore',
161162
'/docs/',
162163
'/tap-snapshots/',

0 commit comments

Comments
 (0)