mirror of
https://github.com/Eugeny/tabby
synced 2025-03-04 15:17:17 +00:00
lint
This commit is contained in:
parent
cdaa4fe106
commit
6536e3d4b5
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ rules:
|
|||
'@typescript-eslint/no-unnecessary-type-assertion': off
|
||||
'@typescript-eslint/require-array-sort-compare': off
|
||||
'@typescript-eslint/no-floating-promises': off
|
||||
'@typescript-eslint/prefer-readonly': off
|
||||
'@typescript-eslint/require-await': off
|
||||
'@typescript-eslint/strict-boolean-expressions': off
|
||||
'@typescript-eslint/no-misused-promises': off
|
||||
'@typescript-eslint/no-use-before-define':
|
||||
- error
|
||||
- classes: false
|
||||
|
|
Loading…
Add table
Reference in a new issue