Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 0dca1b1

Browse files
committed
Add selector-attribute-operator-space-* rules
Prettier removes these spaces
1 parent b35c24e commit 0dca1b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ module.exports = {
5050
'block-opening-brace-space-before': null,
5151
'selector-attribute-brackets-space-inside': null,
5252

53-
// prettier doesnt care about this space
54-
// 'selector-attribute-operator-space-after': 'never'
55-
// 'selector-attribute-operator-space-before': 'never'
53+
'selector-attribute-operator-space-after': null,
54+
'selector-attribute-operator-space-before': null,
5655

5756
'selector-attribute-quotes': null,
5857
'selector-combinator-space-after': null,

0 commit comments

Comments
 (0)