Skip to content

Commit

Permalink
feat: drop support for eslint@6 (#26)
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 25, 2022
1 parent 14c90ed commit d3d40f3
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 @@ -146,7 +146,7 @@
"typescript": "^4.4.0"
},
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
"eslint": "^7.0.0 || ^8.0.0"
},
"packageManager": "yarn@3.2.3",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -4401,7 +4401,7 @@ __metadata:
ts-node: ^10.9.1
typescript: ^4.4.0
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
eslint: ^7.0.0 || ^8.0.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit d3d40f3

Please sign in to comment.