Skip to content
Snippets Groups Projects
Commit 24fd9372 authored by HJ's avatar HJ :fire:
Browse files

i am an idiot sandwich

parent dce057f2
No related branches found
No related tags found
No related merge requests found
{
"extends": [
"stylelint-rscss/config",
"stylelint-config-recommended",
"stylelint-config-standard"
],
"rules": {
"declaration-no-important": true,
"rscss/no-descendant-combinator": false,
"rscss/class-format": [
true,
{
"component": "pascal-case",
"variant": "^-[a-z]\\w+",
"element": "^[a-z]\\w+"
}
]
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment