Update .eslintrc.js
This commit is contained in:
parent
5c48878dc5
commit
bec338aa00
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ module.exports = {
|
|||
'object-curly-spacing': ['error', 'always'],
|
||||
'space-infix-ops': ['error'],
|
||||
'space-before-blocks': ['error', 'always'],
|
||||
'func-call-spacing': ['error', 'never'],
|
||||
'@typescript-eslint/func-call-spacing': ['error', 'never'],
|
||||
'@typescript-eslint/no-explicit-any': ['warn'],
|
||||
'@typescript-eslint/no-unused-vars': ['warn'],
|
||||
'@typescript-eslint/no-unnecessary-condition': ['warn'],
|
||||
|
|
Loading…
Reference in a new issue