Skip to content

Commit

Permalink
Added support for babel-eslint (as suggested in react-webpack-generat…
Browse files Browse the repository at this point in the history
  • Loading branch information
weblogixx committed Dec 4, 2015
1 parent c6901b2 commit 73fffaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"parser": "babel-eslint",
"plugins": [
"react"
],
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.0.2:

1. Added babel-eslint (as suggested in https://github.com/newtriks/generator-react-webpack/issues/173)

## 1.0.2:

1. Updated css-loader to current stable (0.23)
2. Updated glob to new major (5.x to 6.x)

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"homepage": "https://github.com/weblogixx/react-webpack-template#readme",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "^5.0.0-beta4",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
Expand Down

0 comments on commit 73fffaf

Please sign in to comment.