Skip to content

Commit 280537b

Browse files
committed
deps: remove airbnb
Problem: `[email protected]` doesn't support ESLint 9 (only ^7.32.0 || ^8.2.0). Airbnb is working on ESLint 9 support, but no compatible version exists yet. Solution: Just remove the airbnb rules. They were never very good, and we added unicorn since then.
1 parent bb28ed1 commit 280537b

File tree

3 files changed

+1
-88
lines changed

3 files changed

+1
-88
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @type {import('eslint').Linter.LegacyConfig}
33
*/
44
module.exports = {
5-
extends: ['airbnb-base', 'plugin:@typescript-eslint/recommended', 'prettier'],
5+
extends: ['plugin:@typescript-eslint/recommended', 'prettier'],
66
plugins: ['unicorn', 'import', '@typescript-eslint'],
77
parser: '@typescript-eslint/parser',
88
parserOptions: {

package-lock.json

Lines changed: 0 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@typescript-eslint/eslint-plugin": "^8.41.0",
1616
"@typescript-eslint/parser": "^8.41.0",
1717
"eslint": "^9.34.0",
18-
"eslint-config-airbnb-base": "^15.0.0",
1918
"eslint-config-prettier": "^10.1.8",
2019
"eslint-plugin-import": "^2.32.0",
2120
"eslint-plugin-unicorn": "^60.0.0",

0 commit comments

Comments
 (0)