We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allowWholeFile
disable-enable-pair
1 parent f78633b commit 9f21c19Copy full SHA for 9f21c19
1 file changed
index.js
@@ -12,6 +12,7 @@ const config = {
12
'plugin:eslint-comments/recommended'
13
],
14
rules: {
15
+ 'eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }],
16
'eslint-comments/no-unused-disable': 'error',
17
'import/export': 'error',
18
'import/no-absolute-path': 'error',
0 commit comments