From 060f9a01b6079bad2822f6918a321135f39d6e68 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sun, 11 Jun 2017 09:24:36 +0200 Subject: [PATCH] Remove unused rule. --- webpack.config.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 1697da1..4b31bea 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -50,11 +50,6 @@ module.exports = { 'promise' ] }, - //}, { - // test: /\.html$/, - // exclude: /views/, - // enforce: 'pre', - // loader: 'htmllint-loader' }, { test: /\.jsx?$/, exclude: /node_modules/,