Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
fix: require eslint 5 due to vscode compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Nov 11, 2019
1 parent d0abb25 commit b8ec64d
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 @@ -57,7 +57,7 @@
"eslint-plugin-react": "^7.12.4"
},
"peerDependencies": {
"eslint": "~6",
"eslint": "~5",
"prettier": "~1"
},
"resolutions": {
Expand Down

0 comments on commit b8ec64d

Please sign in to comment.