Skip to content

Commit

Permalink
chore!: drop ESLint 7 support
Browse files Browse the repository at this point in the history
Just to be in sync with eslint-plugin-prettier's requirements.
https://github.com/prettier/eslint-plugin-prettier/pull/508/files#r1262883437
  • Loading branch information
haoqunjiang committed Jul 19, 2023
1 parent 3829ba0 commit 8df52fb
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
Expand Up @@ -35,7 +35,7 @@
"prettier": "^3.0.0"
},
"peerDependencies": {
"eslint": ">= 7.28.0",
"eslint": ">= 8.0.0",
"prettier": ">= 3.0.0"
},
"eslintConfig": {
Expand Down

0 comments on commit 8df52fb

Please sign in to comment.