Skip to content

Instantly share code, notes, and snippets.

@leonmezu1
Created January 17, 2021 01:37
Show Gist options
  • Save leonmezu1/4c686f1c744558dfc2a4c6d98738b5f2 to your computer and use it in GitHub Desktop.
Save leonmezu1/4c686f1c744558dfc2a4c6d98738b5f2 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"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment