mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2024-11-22 05:25:13 +01:00
35 lines
708 B
Plaintext
35 lines
708 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-prettier"
|
|
],
|
|
"rules": {
|
|
"block-no-empty": null,
|
|
"comment-empty-line-before": [
|
|
"always",
|
|
{
|
|
"ignore": [
|
|
"stylelint-commands",
|
|
"after-comment"
|
|
]
|
|
}
|
|
],
|
|
"max-empty-lines": 2,
|
|
"unit-allowed-list": [
|
|
"em",
|
|
"rem",
|
|
"%",
|
|
"s",
|
|
"px",
|
|
"deg"
|
|
],
|
|
"indentation": [
|
|
2,
|
|
{
|
|
"except": [
|
|
"value"
|
|
],
|
|
"severity": "error"
|
|
}
|
|
]
|
|
}
|
|
} |