Skip to content

Commit

Permalink
feat: drop support for eslint@6 (#1212)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Support for ESLint version 6 is removed
  • Loading branch information
SimenB committed Aug 23, 2022
1 parent 4c987f5 commit 21fc2fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x]
eslint-version: [6, 7, 8]
eslint-version: [7, 8]
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -141,7 +141,7 @@
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
"eslint": "^7.0.0 || ^8.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -4463,7 +4463,7 @@ __metadata:
typescript: ^4.4.0
peerDependencies:
"@typescript-eslint/eslint-plugin": ^5.0.0
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
eslint: ^7.0.0 || ^8.0.0
peerDependenciesMeta:
"@typescript-eslint/eslint-plugin":
optional: true
Expand Down

0 comments on commit 21fc2fe

Please sign in to comment.