fix: disable no-callback-literal

This commit is contained in:
Anthony Fu 2022-03-08 03:28:56 +08:00
parent a46866b102
commit 8e1140aef2

View File

@ -251,6 +251,7 @@ module.exports = {
'no-use-before-define': ['error', { functions: false, classes: false, variables: true }], 'no-use-before-define': ['error', { functions: false, classes: false, variables: true }],
'eslint-comments/disable-enable-pair': 'off', 'eslint-comments/disable-enable-pair': 'off',
'import/no-named-as-default-member': 'off', 'import/no-named-as-default-member': 'off',
'n/no-callback-literal': 'off',
'sort-imports': [ 'sort-imports': [
'error', 'error',