Skip to content

Commit a9c38bf

Browse files
authored
remove airbnb rules (#24867)
fixes #24101
1 parent 054e682 commit a9c38bf

File tree

3 files changed

+3
-77
lines changed

3 files changed

+3
-77
lines changed

.eslintrc

+3-2
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
}

package-lock.json

-74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -1577,7 +1577,6 @@
15771577
"del": "^6.0.0",
15781578
"download": "^8.0.0",
15791579
"eslint": "^7.2.0",
1580-
"eslint-config-airbnb": "^18.2.0",
15811580
"eslint-config-prettier": "^8.3.0",
15821581
"eslint-plugin-import": "^2.29.1",
15831582
"eslint-plugin-jsx-a11y": "^6.3.1",

0 commit comments

Comments
 (0)