Skip to content

Commit

Permalink
feat: drop ESLint v7 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drops ESLint v7 support
  • Loading branch information
gajus committed Oct 26, 2021
1 parent 5e18199 commit 5b6cda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"main": "./dist/index.js",
"name": "eslint-plugin-flowtype",
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0"
"eslint": "^8.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5b6cda2

Please sign in to comment.