You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
198 B

  1. {
  2. "extends": ["stylelint-config-recommended"],
  3. "plugins": ["stylelint-scss"],
  4. "rules": {
  5. "at-rule-no-unknown": null,
  6. "scss/at-rule-no-unknown": true,
  7. "no-descending-specificity": null
  8. }
  9. }