Add Eslint check & Prettier on Svelte files
This commit is contained in:
parent
936a6bfeec
commit
6cd76b9c1b
4 changed files with 37 additions and 10 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 4
|
||||
"tabWidth": 4,
|
||||
"plugins": ["prettier-plugin-svelte"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue