[chore] Enabled Stylelint 'selector-attribute-operator-space-*' rules.

This commit is contained in:
Steven Evans 2018-07-09 23:21:00 -04:00
parent 420b6e9fb9
commit afb2571941

@ -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": [
"="
],