Skip to content

Commit e51aa1a

Browse files
committed
dev: Allow full-file lint exclusions
1 parent fc4dabf commit e51aa1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/navie/.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module.exports = {
2222
},
2323
root: true,
2424
rules: {
25+
'eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }],
2526
'no-param-reassign': ['error', { props: false }],
2627
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
2728
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',

0 commit comments

Comments
 (0)