eslint autofix

This commit is contained in:
Thomas Grainger 2016-11-29 00:22:34 +00:00
parent 0d42541860
commit ad730d806b
No known key found for this signature in database
GPG key ID: 995EA0A029283160
60 changed files with 13067 additions and 13014 deletions

View file

@ -76,7 +76,7 @@ export default {
[
'env', {
modules: false,
targets: { chrome: 55, firefox: 50}
targets: { chrome: 55, firefox: 50 },
},
],
],
@ -105,7 +105,7 @@ export default {
test: /\.svg(\?[^/]*)?$/,
loader: fontLoader,
},
].concat(cssConfig.loaders)
].concat(cssConfig.loaders),
},
plugins: [
cssConfig.plugin,
@ -113,6 +113,6 @@ export default {
template: './src/html/index.html',
filename: 'index.html',
compileTime: new Date().toISOString(),
})
]
}
}),
],
};