mirror of
https://github.com/versia-pub/server.git
synced 2026-01-26 04:06:01 +01:00
chore: 🚨 Disable linter cognitive complexity by default
This commit is contained in:
parent
8f9472b221
commit
279ccf078f
|
|
@ -11,6 +11,9 @@
|
||||||
"correctness": {
|
"correctness": {
|
||||||
"noNodejsModules": "off"
|
"noNodejsModules": "off"
|
||||||
},
|
},
|
||||||
|
"complexity": {
|
||||||
|
"noExcessiveCognitiveComplexity": "off"
|
||||||
|
},
|
||||||
"style": {
|
"style": {
|
||||||
"noDefaultExport": "off",
|
"noDefaultExport": "off",
|
||||||
"noParameterProperties": "off",
|
"noParameterProperties": "off",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue