Skip to content

Commit

Permalink
Add eslint devDependency (#6)
Browse files Browse the repository at this point in the history
npm WARN babel-eslint@5.0.4 requires a peer of eslint@<2.3.0 but none was installed.
  • Loading branch information
JaRail authored and crocuis committed Jul 18, 2017
1 parent 9f53d78 commit 02d99e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Content/Scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"devDependencies": {
"babel-cli": "^6.6.4",
"babel-eslint": "^5.0.0",
"babel-preset-react": "^6.5.0"
"babel-preset-react": "^6.5.0",
"eslint": "<2.3.0"
}
}

0 comments on commit 02d99e7

Please sign in to comment.