mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-24 04:16:00 +00:00
7 lines
186 B
JSON
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"]
|
|
}
|