mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 15:22:19 +02:00
Make namingConvention never auto fix
This commit is contained in:
parent
49441edd27
commit
31cf545626
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user