We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96b9cc commit 07d0435Copy full SHA for 07d0435
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# HEAD
2
+
3
+- Removed: We don't need `scss/at-extend-no-missing-placeholder` anymore taken care of by `at-rule-blacklist`
4
5
# 1.0.0
6
7
- Creating a sharable config object
index.js
@@ -287,7 +287,6 @@ module.exports = {
287
]
288
}
289
],
290
- "scss/at-extend-no-missing-placeholder": true,
291
"scss/selector-no-redundant-nesting-selector": true,
292
"selector-attribute-brackets-space-inside": "never",
293
"selector-attribute-operator-space-after": "never",
0 commit comments