MagicMirror/.stylelintrc.json
2020-04-10 07:48:28 +02:00

7 lines
186 B
JSON

{
"extends": "stylelint-config-standard",
"font-family-name-quotes": "double-where-recommended",
"block-no-empty": false,
"ignoreFiles": ["./modules/default/alert/ns-default.css"]
}