Skip to content

Commit

Permalink
fix(dependencies): remove peer deps already listed in eslint-config-a…
Browse files Browse the repository at this point in the history
…irbnb and eslint-config-airbnb-base
  • Loading branch information
Rob McGuinness committed Oct 20, 2017
1 parent 36e91e3 commit 3bceb57
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,9 @@
},
"homepage": "https://github.com/Availity/eslint-config-availity#readme",
"peerDependencies": {
"eslint": "^4.0.0",
"babel-eslint": "^8.0.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.0.0"
"eslint-plugin-promise": "^3.5.0"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
Expand Down

0 comments on commit 3bceb57

Please sign in to comment.