Upgrade already followed rules to "error"

This commit is contained in:
NightKev 2025-06-17 18:27:43 -07:00
parent dfc1e9aaac
commit 1694195bc4

View File

@ -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",