We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298b61a commit c0e80c3Copy full SHA for c0e80c3
.eslintrc.json
@@ -6,6 +6,7 @@
6
],
7
"parser": "typescript-eslint-parser",
8
"rules": {
9
+ "complexity": "off",
10
"indent": "off",
11
"indent-legacy": ["error", 4, {"SwitchCase": 1}],
12
"init-declarations": "off",
0 commit comments