Always tscheck, ignore eslint in prod
This commit is contained in:
parent
0d35ab95fd
commit
85dcfd4cf5
2 changed files with 8 additions and 5 deletions
|
@ -26,15 +26,18 @@ extends:
|
|||
- "plugin:react/recommended"
|
||||
- "plugin:@typescript-eslint/recommended"
|
||||
rules:
|
||||
quotes:
|
||||
- warn
|
||||
- single
|
||||
indent:
|
||||
- error
|
||||
- warn
|
||||
- 4
|
||||
- SwitchCase: 1
|
||||
semi:
|
||||
- error
|
||||
- warn
|
||||
- always
|
||||
comma-dangle:
|
||||
- error
|
||||
- warn
|
||||
- always-multiline
|
||||
array-bracket-spacing:
|
||||
- warn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue