🎨 formatting

This commit is contained in:
Mawoka
2022-03-03 16:56:51 +01:00
parent 3991ca8f2c
commit 781ebfcb52
8 changed files with 138 additions and 11 deletions
+3 -1
View File
@@ -9,11 +9,13 @@
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"run:prod": "node index.js"
},
"devDependencies": {
"@felte/validator-yup": "^1.0.1",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-node": "^1.0.0-next.70",
"@sveltejs/kit": "next",
"@types/luxon": "^2.0.9",
"@types/yup": "^0.29.13",