Skip to content

Commit

Permalink
build!: uninstall eslint-config-airbnb-typescript
Browse files Browse the repository at this point in the history
eslint-config-airbnb-typescript is unmaintained. Having it installed is
blocking @typescript-eslint/eslint-plugin updates
  • Loading branch information
ferrarimarco committed Jan 2, 2024
1 parent 596dbdf commit 23bf993
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 17 deletions.
15 changes: 0 additions & 15 deletions dependencies/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"axios": "^1.6.2",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-json": "^3.1.0",
Expand Down
8 changes: 8 additions & 0 deletions docs/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ This document helps you upgrade from a super-linter version to newer ones:

This section helps you migrate from super-linter `v5` to `v6`.

### eslint-config-airbnb-typescript

- eslint-config-airbnb-typescript (a library to add TypeScript support to
Airbnb's ESLint config)
[appears to be unmaintained](https://github.com/iamturns/eslint-config-airbnb-typescript/issues/314).
We had to remove it from super-linter because it was blocking updates to other
dependencies, such as ESLint.

### Checkstyle

- Checkstyle
Expand Down
1 change: 0 additions & 1 deletion test/inspec/super-linter/controls/super_linter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@
"axios",
"eslint",
"eslint-config-airbnb",
"eslint-config-airbnb-typescript",
"eslint-config-prettier",
"eslint-plugin-jest",
"eslint-plugin-json",
Expand Down

0 comments on commit 23bf993

Please sign in to comment.