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