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 ba4abdd commit f536736Copy full SHA for f536736
.eslintrc.json
@@ -1,19 +1,12 @@
1
{
2
"root": true,
3
- "parser": "@typescript-eslint/parser",
4
"parserOptions": {
5
"project": "./tsconfig.eslint.json"
6
},
7
- "settings": {
8
- "import/resolver": {
9
- "typescript": {}
10
- }
11
- },
12
"extends": [
13
"@octetstream/eslint-config/esm/typescript/react"
14
],
15
"rules": {
16
- // These two rules are false-positive and have no solution for TS
17
"no-redeclare": 0,
18
"no-dupe-class-members": 0,
19
"lines-between-class-members": 0
0 commit comments