Remove unused rule.

This commit is contained in:
Alexis Lahouze 2017-06-11 09:24:36 +02:00
parent 20f50d533a
commit 060f9a01b6

View File

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