Update upstream
This commit is contained in:
@ -88,6 +88,7 @@ export function extendConfig({
|
||||
...eslintRules,
|
||||
...typescriptRules,
|
||||
'import/export': off,
|
||||
'import/no-duplicates': error,
|
||||
'import/order': [error, { groups: ['builtin', 'external'] }],
|
||||
...(hasReact && {
|
||||
...reactRules,
|
||||
|
@ -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