1
Fork 0
webextension-template/.stylelintrc.json

10 lines
147 B
JSON
Raw Normal View History

2022-03-02 12:17:15 +00:00
{
"extends": [
"stylelint-config-standard-scss"
],
"rules": {
"no-descending-specificity": null,
"string-quotes": "single"
}
}