We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4dabf commit e51aa1aCopy full SHA for e51aa1a
packages/navie/.eslintrc.js
@@ -22,6 +22,7 @@ module.exports = {
22
},
23
root: true,
24
rules: {
25
+ 'eslint-comments/disable-enable-pair': ['error', { allowWholeFile: true }],
26
'no-param-reassign': ['error', { props: false }],
27
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
28
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
0 commit comments