8 lines
118 B
JSON
8 lines
118 B
JSON
|
{
|
||
|
"extends": "stylelint-config-recommended",
|
||
|
"rules": {
|
||
|
"indentation": 2,
|
||
|
"string-quotes": "single"
|
||
|
}
|
||
|
}
|