From d5f72545ba0868b0fc4ce0264f5b48b7d687e8c6 Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Mon, 1 Feb 2016 22:59:17 +0100 Subject: [PATCH] Remove options using default value. --- grunt-config/htmllint.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/grunt-config/htmllint.js b/grunt-config/htmllint.js index a2f06e7..0d05de9 100644 --- a/grunt-config/htmllint.js +++ b/grunt-config/htmllint.js @@ -2,9 +2,7 @@ module.exports = { frontend: { options: { 'attr-name-style': 'dash', - 'attr-quote-style': 'double', 'attr-req-value': false, - 'doctype-html5': true, 'id-class-ignore-regex': '{{.*?}}', 'id-class-style': 'dash', 'indent-style': 'spaces',