Skip to content

Commit c0e80c3

Browse files
committed
Chore: disable complexity rule
1 parent 298b61a commit c0e80c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
],
77
"parser": "typescript-eslint-parser",
88
"rules": {
9+
"complexity": "off",
910
"indent": "off",
1011
"indent-legacy": ["error", 4, {"SwitchCase": 1}],
1112
"init-declarations": "off",

0 commit comments

Comments
 (0)