blurts-server/.stylelintrc

7 строки
101 B
Plaintext

{
"extends": "stylelint-config-standard",
"rules": {
"no-descending-specificity": null
}
}