Skip to content
Snippets Groups Projects
Commit bec338aa authored by syuilo's avatar syuilo
Browse files

Update .eslintrc.js

parent 5c48878d
No related branches found
Tags 13.11.0.beta-1
No related merge requests found
......@@ -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'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment