Add Eslint check & Prettier on Svelte files

This commit is contained in:
Alexis Faizeau 2021-12-06 16:10:35 +01:00
parent 936a6bfeec
commit 6cd76b9c1b
4 changed files with 37 additions and 10 deletions

View file

@ -1,4 +1,5 @@
{
"printWidth": 120,
"tabWidth": 4
"tabWidth": 4,
"plugins": ["prettier-plugin-svelte"]
}