Skip to content

Instantly share code, notes, and snippets.

@mavericksbalitaan
Created May 18, 2022 10:34
Show Gist options
  • Save mavericksbalitaan/ac26369f026be84f663a13b67d74c979 to your computer and use it in GitHub Desktop.
Save mavericksbalitaan/ac26369f026be84f663a13b67d74c979 to your computer and use it in GitHub Desktop.
{
"extends": ["stylelint-config-standard"],
"plugins": ["stylelint-scss", "stylelint-csstree-validator"],
"rules": {
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true,
"csstree/validator": true
},
"ignoreFiles": ["build/**", "dist/**", "**/reset*.css", "**/bootstrap*.css", "**/*.js", "**/*.jsx", "coverage/**"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment