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
gajus committed Oct 26, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5e18199 commit 5b6cda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 5b6cda2

Please sign in to comment.