10 lines
232 B
JSON
10 lines
232 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"comment-empty-line-before": null,
|
|
"no-descending-specificity": null,
|
|
"number-max-precision": null,
|
|
"value-no-vendor-prefix": null
|
|
}
|
|
}
|