Skip to content

Commit 39a3d1f

Browse files
Disable the no-descending-specificity rule (massiveart#6)
1 parent fe20cf8 commit 39a3d1f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

index.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,7 @@ module.exports = {
9898
"at-rule-semicolon-space-before": "never",
9999
"indentation": 4,
100100
"max-line-length": 120,
101-
"no-descending-specificity": [
102-
true,
103-
{
104-
"severity": "warning"
105-
}
106-
],
101+
"no-descending-specificity": null,
107102
"no-duplicate-selectors": true,
108103
"no-empty-source": true,
109104
"block-no-empty": true,

0 commit comments

Comments
 (0)