mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-08-18 12:20:10 +08:00
Added support for babel-eslint (as suggested in https://github.com/newtriks/generator-react-webpack/issues/173)
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"parser": "babel-eslint",
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## 1.0.2:
|
## 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)
|
1. Updated css-loader to current stable (0.23)
|
||||||
2. Updated glob to new major (5.x to 6.x)
|
2. Updated glob to new major (5.x to 6.x)
|
||||||
|
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
"homepage": "https://github.com/weblogixx/react-webpack-template#readme",
|
"homepage": "https://github.com/weblogixx/react-webpack-template#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.0.0",
|
"babel-core": "^6.0.0",
|
||||||
|
"babel-eslint": "^5.0.0-beta4",
|
||||||
"babel-loader": "^6.0.0",
|
"babel-loader": "^6.0.0",
|
||||||
"babel-preset-es2015": "^6.0.15",
|
"babel-preset-es2015": "^6.0.15",
|
||||||
"babel-preset-react": "^6.0.15",
|
"babel-preset-react": "^6.0.15",
|
||||||
|
|||||||
Reference in New Issue
Block a user