9 lines
157 B
JSON
9 lines
157 B
JSON
|
{
|
||
|
"extends": "stylelint-config-recommended",
|
||
|
"rules": {
|
||
|
"indentation": 2,
|
||
|
"string-quotes": "single",
|
||
|
"no-descending-specificity": null
|
||
|
}
|
||
|
}
|