add some eslint-config - works fine for js now, reindent main

This commit is contained in:
2017-08-30 13:28:19 +02:00
parent 3ceb1a2c1a
commit 311e911523
4 changed files with 205 additions and 188 deletions

View File

@@ -47,6 +47,7 @@ module.exports = {
},
module: {
loaders: [{
enforce: "pre",
test: /\.(vue|js)$/,
loader: 'eslint-loader',
exclude: /node_modules/