From afb25719414d4604b03a44366df979278847ee40 Mon Sep 17 00:00:00 2001 From: Steven Evans Date: Mon, 9 Jul 2018 23:21:00 -0400 Subject: [PATCH] [chore] Enabled Stylelint 'selector-attribute-operator-space-*' rules. --- stylelint.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylelint.config.js b/stylelint.config.js index 02fe66ac4..0ad498e64 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -229,8 +229,8 @@ module.exports = { "scss/selector-no-redundant-nesting-selector": true,*/ "selector-attribute-brackets-space-inside": "never", "selector-attribute-operator-blacklist": [], -// "selector-attribute-operator-space-after": "always", -// "selector-attribute-operator-space-before": "always", + "selector-attribute-operator-space-after": "never", + "selector-attribute-operator-space-before": "never", "selector-attribute-operator-whitelist": [ "=" ],