2025-02-24
All checks were successful
ci/woodpecker/push/publish_instable Pipeline was successful

This commit is contained in:
gcch 2025-02-24 00:19:17 +01:00
commit a510899ff1
17 changed files with 309 additions and 103 deletions

View file

@ -30,7 +30,7 @@
"hexCase": "lower",
"hexColorLength": "short",
"indentWidth": 2,
"keyframeSelectorNotation": "keyword",
"keyframeSelectorNotation": "percentage",
"lineBreak": "lf",
"linebreakInPseudoParens": true,
"omitNumberLeadingZero": false,

View file

@ -65,5 +65,11 @@ export default defineConfigWithVueTs(
"vue/v-for-delimiter-style": "off",
},
},
{
name: "ts/no-annoying-rules",
rules: {
"@typescript-eslint/no-misused-spread": "off",
},
},
perfectionist.configs["recommended-natural"],
);