Skip to content

Instantly share code, notes, and snippets.

@kohlmannj
Created January 24, 2017 03:30
Show Gist options
  • Save kohlmannj/da40b281f7f77f1d73ac5e84c1a3ab10 to your computer and use it in GitHub Desktop.
Save kohlmannj/da40b281f7f77f1d73ac5e84c1a3ab10 to your computer and use it in GitHub Desktop.
.stylelintrc Snapshot 2017-01-23
{
"plugins": [
"stylelint-scss"
],
"extends": [
"stylelint-config-sass-guidelines",
"stylelint-config-standard"
],
"rules": {
"indentation": 2,
"selector-list-comma-newline-after": "always-multi-line",
"selector-class-pattern": null,
"declaration-empty-line-before": "never",
"max-nesting-depth": [3, {
"ignore": ["at-rules-without-declaration-blocks"],
"ignoreAtRules": [
"include"
]
}],
"selector-pseudo-class-no-unknown": [true, { "ignorePseudoClasses": ["global"] }]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment