Skip to content

Commit 5b6cda2

Browse files
committed
feat: drop ESLint v7 support
BREAKING CHANGE: drops ESLint v7 support
1 parent 5e18199 commit 5b6cda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"main": "./dist/index.js",
5252
"name": "eslint-plugin-flowtype",
5353
"peerDependencies": {
54-
"eslint": "^7.0.0 || ^8.0.0"
54+
"eslint": "^8.0.0"
5555
},
5656
"repository": {
5757
"type": "git",

0 commit comments

Comments
 (0)