Disable HTML linter.

This commit is contained in:
Alexis Lahouze 2017-06-10 22:07:27 +02:00
parent 9eed69363f
commit 5627746e98
1 changed files with 5 additions and 5 deletions

View File

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