MagicMirror/.stylelintrc.json

7 lines
186 B
JSON
Raw Normal View History

2016-04-05 15:43:52 -04:00
{
"extends": "stylelint-config-standard",
"font-family-name-quotes": "double-where-recommended",
2020-03-19 21:31:04 +01:00
"block-no-empty": false,
"ignoreFiles": ["./modules/default/alert/ns-default.css"]
}