mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Disable no-descending-specificity as it incorrectly highlights issues
This commit is contained in:
parent
ca9f02e6bc
commit
c32b0d17a2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
],
|
],
|
||||||
|
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-descending-specificity": [ true, { "ignore": [ "selectors-within-list" ] } ],
|
"no-descending-specificity": null,
|
||||||
|
|
||||||
"no-empty-source": null,
|
"no-empty-source": null,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue