fix false positive
This commit is contained in:
parent
e8a8d58923
commit
7762b71b6a
2
index.js
2
index.js
@ -123,7 +123,7 @@ module.exports = {
|
||||
'no-shadow': ['error', { builtinGlobals: true, hoist: 'all' }],
|
||||
'no-undef-init': 'error',
|
||||
'no-undefined': 'error',
|
||||
'no-use-before-define': 'error',
|
||||
'no-use-before-define': ['error', { functions: false }],
|
||||
|
||||
// Node.js and CommonJS https://eslint.org/docs/rules/#node-js-and-commonjs
|
||||
'callback-return': 'error',
|
||||
|
Loading…
x
Reference in New Issue
Block a user