Skip to content

Commit

Permalink
Disable the no-descending-specificity rule (massiveart#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored May 24, 2019
1 parent fe20cf8 commit 39a3d1f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,7 @@ module.exports = {
"at-rule-semicolon-space-before": "never",
"indentation": 4,
"max-line-length": 120,
"no-descending-specificity": [
true,
{
"severity": "warning"
}
],
"no-descending-specificity": null,
"no-duplicate-selectors": true,
"no-empty-source": true,
"block-no-empty": true,
Expand Down

0 comments on commit 39a3d1f

Please # to comment.