mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 07:12:32 +02:00
Make namingConvention never auto fix
This commit is contained in:
parent
49441edd27
commit
31cf545626
@ -36,7 +36,11 @@
|
||||
"useBlockStatements": "error",
|
||||
"useConst": "error",
|
||||
"useImportType": "error",
|
||||
"useNamingConvention": "warn"
|
||||
"useNamingConvention": {
|
||||
"options": {},
|
||||
"fix": "none",
|
||||
"level": "info"
|
||||
}
|
||||
},
|
||||
"suspicious": { "noDoubleEquals": "error" },
|
||||
"complexity": {
|
||||
|
Loading…
Reference in New Issue
Block a user