mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-23 11:56:45 +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"]
|
|
}
|