water.css/.stylelintrc.json
2022-01-22 12:45:38 -06:00

7 lines
No EOL
131 B
JSON

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