1
Fork 0
userstyles/.stylelintrc.json

9 lines
165 B
JSON
Raw Normal View History

2018-06-14 21:42:44 +00:00
{
"extends": "stylelint-config-recommended",
"rules": {
"indentation": 2,
2018-06-17 10:22:32 +00:00
"string-quotes": "single",
"no-descending-specificity": null
2018-06-14 21:42:44 +00:00
}
}