2 changed files with 7 additions and 4 deletions
@ -1,9 +1,11 @@ |
|||
{ |
|||
"extends": ["stylelint-config-standard", "stylelint-config-prettier"], |
|||
"extends": [ |
|||
"stylelint-config-standard", |
|||
"stylelint-config-css-modules", |
|||
"stylelint-config-prettier" |
|||
], |
|||
"rules": { |
|||
"declaration-empty-line-before": null, |
|||
"no-descending-specificity": null, |
|||
"selector-pseudo-class-no-unknown": null, |
|||
"selector-pseudo-element-colon-notation": null |
|||
"no-descending-specificity": null |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue