Clean elementsSidebar and fix eslint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
dcfb93aa12
commit
3d7baafc17
3 changed files with 5 additions and 14 deletions
|
@ -25,7 +25,8 @@ module.exports = {
|
|||
rules: {
|
||||
'space-before-function-paren': ['error', 'never'],
|
||||
'@typescript-eslint/space-before-function-paren': ['error', 'never'],
|
||||
indent: ['warn', 2, { SwitchCase: 1 }],
|
||||
indent: 'off',
|
||||
'@typescript-eslint/indent': ['warn', 2, {SwitchCase: 1}],
|
||||
semi: 'off',
|
||||
'@typescript-eslint/semi': ['warn', 'always'],
|
||||
'no-unused-vars': 'off',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue