mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-20 16:42:45 +02:00
Upgrade already followed rules to "error"
This commit is contained in:
parent
dfc1e9aaac
commit
1694195bc4
@ -128,12 +128,12 @@
|
||||
"noDelete": "error"
|
||||
},
|
||||
"nursery": {
|
||||
"useAdjacentGetterSetter": "warn",
|
||||
"noConstantBinaryExpression": "warn",
|
||||
"noTsIgnore": "warn",
|
||||
"useAdjacentGetterSetter": "error",
|
||||
"noConstantBinaryExpression": "error",
|
||||
"noTsIgnore": "error",
|
||||
"noAwaitInLoop": "warn",
|
||||
"useJsonImportAttribute": "error",
|
||||
"useIndexOf": "warn",
|
||||
"useIndexOf": "error",
|
||||
"useObjectSpread": "info",
|
||||
"useNumericSeparators": "off", // TODO: enable?
|
||||
"useIterableCallbackReturn": "warn",
|
||||
|
Loading…
Reference in New Issue
Block a user