eslint-loader emits warnings

pull/2957/head
Luke Morris 2018-03-09 15:24:23 -08:00
parent bab74a0679
commit 9e8c529bd0
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ module.exports = {
exclude: /node_modules/,
loader: 'eslint-loader',
enforce: 'pre',
options: {
emitWarning: true
}
},
{
test: /\.scss$/,