Skip to content

Instantly share code, notes, and snippets.

@dimasjt
Created August 29, 2017 04:06
Show Gist options
  • Save dimasjt/999ea9a9831880e2604147e1f209801b to your computer and use it in GitHub Desktop.
Save dimasjt/999ea9a9831880e2604147e1f209801b to your computer and use it in GitHub Desktop.
stylelint configuration
{
"extends": "stylelint-config-standard",
"plugins": [
"stylelint-selector-bem-pattern",
"@namics/stylelint-bem"
],
"rules": {
"max-nesting-depth": 1,
"comment-no-empty": true,
"declaration-no-important": true,
"plugin/selector-bem-pattern": {
"componentName": "[a-z]+"
}
}
}
{
"dependencies": {
"eslint": "^3.19.0",
"postcss-bem-linter": "^3.0.0",
"stylelint": "^8.0.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-selector-bem-pattern": "^1.1.1"
},
"devDependencies": {
"@namics/stylelint-bem": "^3.1.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment