Enable ESLlint no-case-declarations (#30768)
This commit is contained in:
parent
a2c4ba2001
commit
f91f077985
5 changed files with 8 additions and 5 deletions
|
@ -64,7 +64,6 @@ module.exports = defineConfig({
|
|||
'indent': ['error', 2],
|
||||
'jsx-quotes': ['error', 'prefer-single'],
|
||||
'semi': ['error', 'always'],
|
||||
'no-case-declarations': 'off',
|
||||
'no-catch-shadow': 'error',
|
||||
'no-console': [
|
||||
'warn',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue