chore: fix
This commit is contained in:
parent
3915e81640
commit
9847ac276b
@ -186,6 +186,7 @@ module.exports = {
|
||||
// Use new when throwing error
|
||||
'unicorn/throw-new-error': 'error',
|
||||
|
||||
'no-use-before-define': ['error', { functions: false, classes: false, variables: true }],
|
||||
'eslint-comments/disable-enable-pair': 'off',
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user