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