Disable HTML linter.

This commit is contained in:
Alexis Lahouze 2017-06-10 22:07:27 +02:00
parent 9eed69363f
commit 5627746e98

View File

@ -51,11 +51,11 @@ module.exports = {
'promise' 'promise'
] ]
}, },
}, { //}, {
test: /\.html$/, // test: /\.html$/,
exclude: /views/, // exclude: /views/,
enforce: 'pre', // enforce: 'pre',
loader: 'htmllint-loader' // loader: 'htmllint-loader'
}, { }, {
test: /\.jsx?$/, test: /\.jsx?$/,
exclude: /node_modules/, exclude: /node_modules/,