Skip to content

Instantly share code, notes, and snippets.

@SergeyMell
Created September 9, 2018 17:40
Show Gist options
  • Save SergeyMell/95d758f63149a1651d9bc44489654845 to your computer and use it in GitHub Desktop.
Save SergeyMell/95d758f63149a1651d9bc44489654845 to your computer and use it in GitHub Desktop.
{
"extends": "stylelint-config-primer",
"plugins": [
"stylelint-scss"
],
"rules": {
"indentation": 4,
"selector-max-type": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment