@envsa/repo-config
Advanced tools
Comparing version 1.0.0-beta.22 to 1.0.0-beta.23
{ | ||
"recommendations": ["svelte.svelte-vscode"] | ||
"recommendations": ["svelte.svelte-vscode", "bradlc.vscode-tailwindcss"] | ||
} |
@@ -8,3 +8,15 @@ { | ||
"readme.md": "authors*, backers*, changelog*, citation*, code_of_conduct*, contributing*, contributors*, copying*, credits*, governance*, history*, license*, maintainers*, release_notes*, security*, sponsors*" | ||
} | ||
}, | ||
"tailwindCSS.experimental.classRegex": [ | ||
[ | ||
"compDefaults = \\{([^%]*) %\\}", | ||
":\\s*?[\"'`]([^\"'`]*).*?,?" | ||
] /* compDefaults: { data: { active: "tailwind" }} */, | ||
[ | ||
"[\\w]+\\.classList\\.(?:add|remove|replace|toggle)\\([\"'`]([^\"'`]*)[\"'`]\\)" | ||
] /* element.classList.*("tailwind") */ | ||
], | ||
"tailwindCSS.classAttributes": [ | ||
".*Class.*" | ||
] /* class = "tailwind" && errorClass = "tailwind" etc.. */ | ||
} |
{ | ||
"name": "@envsa/repo-config", | ||
"version": "1.0.0-beta.22", | ||
"version": "1.0.0-beta.23", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Repository configuration and GitHub workflows for @envsa/shared-config.", |
183548
715