aea63c0b4b
Before making any changes to the logic of the code I've updated all dependencies and adjusted the configurations according to the migration documentation. I ensured that I can still run the npm scripts like before. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
97 lines
1.5 KiB
JSON
97 lines
1.5 KiB
JSON
{
|
|
"prettier.documentSelectors": ["**/*.svelte"],
|
|
"tailwindCSS.classAttributes": [
|
|
"class",
|
|
"accent",
|
|
"active",
|
|
"background",
|
|
"badge",
|
|
"bgBackdrop",
|
|
"bgDark",
|
|
"bgDrawer",
|
|
"bgLight",
|
|
"blur",
|
|
"border",
|
|
"button",
|
|
"buttonAction",
|
|
"buttonBack",
|
|
"buttonClasses",
|
|
"buttonComplete",
|
|
"buttonDismiss",
|
|
"buttonNeutral",
|
|
"buttonNext",
|
|
"buttonPositive",
|
|
"buttonTextCancel",
|
|
"buttonTextConfirm",
|
|
"buttonTextNext",
|
|
"buttonTextPrevious",
|
|
"buttonTextSubmit",
|
|
"caretClosed",
|
|
"caretOpen",
|
|
"chips",
|
|
"color",
|
|
"cursor",
|
|
"display",
|
|
"element",
|
|
"fill",
|
|
"fillDark",
|
|
"fillLight",
|
|
"flex",
|
|
"gap",
|
|
"gridColumns",
|
|
"height",
|
|
"hover",
|
|
"invalid",
|
|
"justify",
|
|
"meter",
|
|
"padding",
|
|
"position",
|
|
"regionBackdrop",
|
|
"regionBody",
|
|
"regionCaption",
|
|
"regionCaret",
|
|
"regionCell",
|
|
"regionCone",
|
|
"regionContent",
|
|
"regionControl",
|
|
"regionDefault",
|
|
"regionDrawer",
|
|
"regionFoot",
|
|
"regionFooter",
|
|
"regionHead",
|
|
"regionHeader",
|
|
"regionIcon",
|
|
"regionInterface",
|
|
"regionInterfaceText",
|
|
"regionLabel",
|
|
"regionLead",
|
|
"regionLegend",
|
|
"regionList",
|
|
"regionNavigation",
|
|
"regionPage",
|
|
"regionPanel",
|
|
"regionRowHeadline",
|
|
"regionRowMain",
|
|
"regionTrail",
|
|
"ring",
|
|
"rounded",
|
|
"select",
|
|
"shadow",
|
|
"slotDefault",
|
|
"slotFooter",
|
|
"slotHeader",
|
|
"slotLead",
|
|
"slotMessage",
|
|
"slotMeta",
|
|
"slotPageContent",
|
|
"slotPageFooter",
|
|
"slotPageHeader",
|
|
"slotSidebarLeft",
|
|
"slotSidebarRight",
|
|
"slotTrail",
|
|
"spacing",
|
|
"text",
|
|
"track",
|
|
"width"
|
|
]
|
|
}
|