We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae258d commit 6293f0cCopy full SHA for 6293f0c
template/build/webpack.base.conf.js
@@ -44,5 +44,8 @@ module.exports = {
44
loaders: {
45
js: 'babel!eslint'
46
}
47
+ },
48
+ eslint: {
49
+ formatter: require('eslint-friendly-formatter')
50
51
template/package.json
@@ -22,6 +22,7 @@
22
"babel-runtime": "^5.8.0",
23
"css-loader": "^0.23.0",
24
"eslint": "^1.10.3",
25
+ "eslint-friendly-formatter": "^1.2.2",
26
"eslint-loader": "^1.2.0",
27
"extract-text-webpack-plugin": "^0.9.1",
28
"file-loader": "^0.8.4",
0 commit comments