summaryrefslogtreecommitdiff
path: root/tests/specs/fmt/unstable_component/badly_formatted.svelte
AgeCommit message (Collapse)Author
2024-08-14feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)Pig Fang
This commit adds capability to format HTML, Svelte, Vue, Astro and Angular files. "--unstable-html" is required to format HTML files, and "--unstable-component" flag is needed to format other formats. These can also be specified in the config file. Close #25015