Skip to content

Instantly share code, notes, and snippets.

@raahede
Created October 29, 2019 14:46
Show Gist options
  • Save raahede/7dd92b0eda2b5ba0502dd0a84f7c4641 to your computer and use it in GitHub Desktop.
Save raahede/7dd92b0eda2b5ba0502dd0a84f7c4641 to your computer and use it in GitHub Desktop.
sasslint settings
{
"files": {
"include": "src/**/*.s+(a|c)ss",
"ignore": [
"**/vendor/*.scss"
]
},
"rules": {
"extends-before-mixins": 1,
"quotes": [
1,
{
"style": "double"
}
],
"leading-zero": [
1,
{
"include": true
}
],
"class-name-format": [
1,
{
"convention": "hyphenatedbem"
}
],
"property-sort-order": 0,
"no-css-comments": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment