price-tracker/.stylelintrc.json

9 строки
207 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"font-family-no-missing-generic-family-keyword": null,
"custom-property-empty-line-before": null,
"no-descending-specificity": null
}
}