This commit is contained in:
Chris
2015-12-04 09:24:22 +01:00
parent c6901b226a
commit 73fffaf9b9
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
{
"parser": "babel-eslint",
"plugins": [
"react"
],
+4
View File
@@ -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)
+1
View File
@@ -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",