Skip to content

Commit

Permalink
Explicitly add eslint dev deps, pending eslint/js#393 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 1, 2018
1 parent da944ea commit e1f30bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
"license": "MIT",
"devDependencies": {
"@kadira/storybook": "^2.35.3",
"acorn": "^6.0.2",
"acorn-jsx": "^5.0.0",
"airbnb-browser-shims": "^3.0.0",
"aphrodite": "^2.2.3",
"babel-cli": "^6.26.0",
Expand All @@ -53,6 +55,7 @@
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"espree": "^4.1.0",
"has": "^1.0.3",
"in-publish": "^2.0.0",
"jest": "^21.2.1",
Expand Down

0 comments on commit e1f30bf

Please sign in to comment.