chore(*): Add eslint and prettier

This commit is contained in:
Josh Creek
2023-06-30 14:20:28 +01:00
parent 2a829b61a5
commit 2ee28f53a4
5 changed files with 67 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}