notes/.stylelintrc

8 строки
156 B
Plaintext

{
"extends": "stylelint-config-recommended",
"rules": {
"no-descending-specificity": null,
"shorthand-property-no-redundant-values": null
}
}