Remove unused rule.

This commit is contained in:
Alexis Lahouze 2017-06-11 09:24:36 +02:00
parent 20f50d533a
commit 060f9a01b6
1 changed files with 0 additions and 5 deletions

View File

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