Fix svelte linting

This commit is contained in:
hensm
2022-06-03 16:45:44 +01:00
parent d0b9be7f70
commit f98f860034
7 changed files with 141 additions and 88 deletions

5
ext/.eslintrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"env": {
"browser": true
}
}