Skip to content

Commit

Permalink
Breaking: Make eslint a peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ejhammond committed Sep 21, 2020
1 parent 481ce33 commit a83b302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "^2.14.0",
"@typescript-eslint/parser": "^2.14.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.3.0",
Expand All @@ -35,10 +34,12 @@
},
"devDependencies": {
"@ejhammond/jskit": "^2.0.0",
"eslint": "^6.8.0",
"prettier": "^2.0.0",
"typescript": "^4.0.0"
},
"peerDependencies": {
"eslint": "^6.8.0",
"prettier": "^1.19.1 || ^2.0.0",
"typescript": "^3.7.4 || ^4.0.0"
}
Expand Down

0 comments on commit a83b302

Please sign in to comment.