chore: disable rules

This commit is contained in:
Anthony Fu 2022-05-13 23:15:22 +08:00
parent f618005402
commit 35a5d3ef9d
2 changed files with 3 additions and 0 deletions

View File

@ -288,6 +288,8 @@ 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',
'import/no-named-as-default': 'off',
'import/namespace': 'off',
'n/no-callback-literal': 'off',
'sort-imports': [

View File

@ -126,5 +126,6 @@ module.exports = {
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/triple-slash-reference': 'off',
},
}