Skip to content

Commit

Permalink
Fix peerDependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiangmoe committed Mar 3, 2022
1 parent 9e30611 commit 1f31a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"check-format": "prettier --list-different \"{src,tests}/**/*.ts\""
},
"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0|| ^8.0.0"
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
},
"devDependencies": {
"@types/eslint": "7.29.0",
Expand Down

0 comments on commit 1f31a31

Please sign in to comment.