1
Fork 0
shareable-configs/packages/stylelint/stylelint.json

11 lines
209 B
JSON

{
"$schema": "https://json.schemastore.org/stylelintrc.json",
"extends": [
"stylelint-config-standard-scss"
],
"rules": {
"no-descending-specificity": null,
"string-quotes": "double"
}
}