Skip to content

Commit 4d0fee2

Browse files
committed
remove airbnb rules
1 parent 054e682 commit 4d0fee2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.eslintrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"no-only-tests"
1111
],
1212
"extends": [
13-
"airbnb",
1413
"plugin:@typescript-eslint/recommended",
1514
"plugin:import/errors",
1615
"plugin:import/warnings",
@@ -101,6 +100,8 @@
101100
],
102101
"operator-assignment": "off",
103102
"strict": "off",
104-
"no-only-tests/no-only-tests": ["error", { "block": ["test", "suite"], "focus": ["only"] }]
103+
"no-only-tests/no-only-tests": ["error", { "block": ["test", "suite"], "focus": ["only"] }],
104+
"prefer-const": "off",
105+
"import/no-named-as-default-member": "off"
105106
}
106107
}

0 commit comments

Comments
 (0)