mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-09-12 12:51:19 +08:00
Added base webpack configuration and needed shellscripts.
This commit is contained in:
@@ -9,18 +9,20 @@
|
||||
"env": {
|
||||
"browser": true,
|
||||
"amd": true,
|
||||
"es6": true
|
||||
"es6": true,
|
||||
"node": true
|
||||
},
|
||||
"rules": {
|
||||
"comma-dangle": 1,
|
||||
"quotes": [ 1, "single" ],
|
||||
"no-undef": false,
|
||||
"global-strict": false,
|
||||
"no-undef": 1,
|
||||
"global-strict": 0,
|
||||
"no-extra-semi": 1,
|
||||
"no-underscore-dangle": false,
|
||||
"no-underscore-dangle": 0,
|
||||
"no-console": 1,
|
||||
"no-unused-vars": 1,
|
||||
"no-trailing-spaces": [1, { "skipBlankLines": true }],
|
||||
"no-unreachable": 1,
|
||||
"no-alert": false
|
||||
"no-alert": 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user