Skip to content

Instantly share code, notes, and snippets.

@lasersox
Last active February 4, 2020 14:56
Show Gist options
  • Save lasersox/847a7f1a22c7837c67d4fffd2ecd4eb8 to your computer and use it in GitHub Desktop.
Save lasersox/847a7f1a22c7837c67d4fffd2ecd4eb8 to your computer and use it in GitHub Desktop.
Example Stylelint Config
{
"processors": ["stylelint-processor-styled-components"],
"extends": [
"stylelint-config-recommended",
"stylelint-config-styled-components"
],
"rules": {
"no-descending-specificity": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment