7 lines
133 B
Text
7 lines
133 B
Text
{
|
|
"extends": ["stylelint-config-standard"],
|
|
"rules": {
|
|
"indentation": 4,
|
|
"import-notation": "string"
|
|
}
|
|
}
|