+ Add in ESLint support, with TS and Svelte included.
~ Resolve typing issues in both countdown, and in the healthcheck endpoint
This commit is contained in:
2024-04-19 16:48:42 +10:00
parent f4ef664f0b
commit 97aa6cd24e
7 changed files with 55 additions and 16 deletions

View File

@@ -3,6 +3,7 @@
"singleQuote": false,
"printWidth": 90,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"semi": true,
"svelteSortOrder": "options-styles-scripts-markup",
"svelteStrictMode": false,