7 lines
108 B
JSON
7 lines
108 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"declaration-empty-line-before": "never"
|
|
}
|
|
}
|