MagicMirror/.stylelintrc.json

6 lines
126 B
JSON

{
"extends": "stylelint-config-standard",
"font-family-name-quotes": "double-where-recommended",
"block-no-empty": false
}