Update upstream
This commit is contained in:
@ -9,7 +9,7 @@ export const eslintRules: Partial<EslintRules> = {
|
||||
'no-console': warn,
|
||||
'no-constant-condition': [error, { checkLoops: false }],
|
||||
'no-debugger': warn,
|
||||
'no-duplicate-imports': error,
|
||||
'no-duplicate-imports': off,
|
||||
'no-empty': [error, { allowEmptyCatch: true }],
|
||||
'no-inner-declarations': off,
|
||||
'no-lonely-if': error,
|
||||
|
Reference in New Issue
Block a user