feat: add svelte
the functionality for a svelte package isn't here yet though :(
This commit is contained in:
parent
fd45c8b11a
commit
9e65814ef1
22 changed files with 4285 additions and 0 deletions
8
templates/svelte/.prettierrc
Normal file
8
templates/svelte/.prettierrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"useTabs": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"printWidth": 100,
|
||||
"plugins": ["prettier-plugin-svelte"],
|
||||
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue