Skip to content

Commit 5e5a248

Browse files
committed
revert eslintrc
1 parent cdfca10 commit 5e5a248

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.eslintrc

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
{
2-
"extends": [
3-
"./node_modules/kcd-scripts/eslint.js",
4-
"plugin:@typescript-eslint/recommended"
5-
],
2+
"extends": "./node_modules/kcd-scripts/eslint.js",
63
"rules": {
74
"max-lines-per-function": "off",
85
"no-constant-condition": "off",
96
"no-await-in-loop": "off",
107
"react-hooks/rules-of-hooks": "off",
11-
"no-console": "off",
12-
"no-use-before-define": "off",
13-
"@typescript-eslint/no-use-before-define": "warn"
14-
},
15-
}
8+
"no-console": "off"
9+
}
10+
}

0 commit comments

Comments
 (0)