chore: 🚨 Disable linter cognitive complexity by default

This commit is contained in:
Jesse Wierzbinski 2024-06-13 22:04:22 -10:00
parent 8f9472b221
commit 279ccf078f
No known key found for this signature in database

View file

@ -11,6 +11,9 @@
"correctness": {
"noNodejsModules": "off"
},
"complexity": {
"noExcessiveCognitiveComplexity": "off"
},
"style": {
"noDefaultExport": "off",
"noParameterProperties": "off",