fix: disable no-callback-literal
This commit is contained in:
parent
a46866b102
commit
8e1140aef2
@ -251,6 +251,7 @@ module.exports = {
|
||||
'no-use-before-define': ['error', { functions: false, classes: false, variables: true }],
|
||||
'eslint-comments/disable-enable-pair': 'off',
|
||||
'import/no-named-as-default-member': 'off',
|
||||
'n/no-callback-literal': 'off',
|
||||
|
||||
'sort-imports': [
|
||||
'error',
|
||||
|
Loading…
Reference in New Issue
Block a user