fix: SwitchCase
indent
This commit is contained in:
parent
1ff53f2f04
commit
22527f61de
@ -34,6 +34,7 @@ module.exports = {
|
||||
'JSXAttribute',
|
||||
'TSTypeParameterInstantiation',
|
||||
],
|
||||
SwitchCase: 1,
|
||||
}],
|
||||
'no-unused-vars': 'off',
|
||||
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
|
||||
|
Loading…
Reference in New Issue
Block a user