Make namingConvention never auto fix

This commit is contained in:
Sirz Benjie 2025-03-02 16:21:04 -06:00
parent 49441edd27
commit 31cf545626
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -36,7 +36,11 @@
"useBlockStatements": "error", "useBlockStatements": "error",
"useConst": "error", "useConst": "error",
"useImportType": "error", "useImportType": "error",
"useNamingConvention": "warn" "useNamingConvention": {
"options": {},
"fix": "none",
"level": "info"
}
}, },
"suspicious": { "noDoubleEquals": "error" }, "suspicious": { "noDoubleEquals": "error" },
"complexity": { "complexity": {