mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2024-11-22 05:25:13 +01:00
04f6ee9e44
* 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
25 lines
453 B
Plaintext
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"
|
|
]
|
|
}
|
|
}
|