mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 05:43:45 +02:00
Always tscheck, ignore eslint in prod
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user