We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11485f commit 1a7afffCopy full SHA for 1a7afff
.eslintrc.json
@@ -9,8 +9,7 @@
9
"eslint:recommended",
10
"plugin:@typescript-eslint/eslint-recommended",
11
"plugin:@typescript-eslint/recommended",
12
- "prettier",
13
- "prettier/@typescript-eslint"
+ "prettier"
14
],
15
"rules": {
16
"@typescript-eslint/no-use-before-define": ["error", { "functions": false }]
0 commit comments