littlelink-server/.stylelintrc
Techno Tim 04f6ee9e44
Update to NodeJS 20.10.0 (#547)
* feat(node): updated to 20.10.0

* chore(deps): Updated

* chore(deps): Updated

* fix(lint): fixed

* chore(deps): Updated

* fix(stylelint): upgraded to 16 and removed stylelint-config-prettier

* fix(package): add resolutions for packages that don't support ESM
2024-01-10 09:54:41 -06:00

25 lines
453 B
Plaintext

{
"extends": [
],
"rules": {
"block-no-empty": null,
"comment-empty-line-before": [
"always",
{
"ignore": [
"stylelint-commands",
"after-comment"
]
}
],
"unit-allowed-list": [
"em",
"rem",
"%",
"s",
"px",
"deg"
]
}
}