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