eslint-loader emits warnings
parent
bab74a0679
commit
9e8c529bd0
|
@ -62,6 +62,9 @@ module.exports = {
|
|||
exclude: /node_modules/,
|
||||
loader: 'eslint-loader',
|
||||
enforce: 'pre',
|
||||
options: {
|
||||
emitWarning: true
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.scss$/,
|
||||
|
|
Loading…
Reference in New Issue