Skip to content

Commit 9f21c19

Browse files
committed
fix(javascript): enable allowWholeFile for disable-enable-pair
1 parent f78633b commit 9f21c19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const config = {
1212
'plugin:eslint-comments/recommended'
1313
],
1414
rules: {
15+
'eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }],
1516
'eslint-comments/no-unused-disable': 'error',
1617
'import/export': 'error',
1718
'import/no-absolute-path': 'error',

0 commit comments

Comments
 (0)