feat: better error feedback in weather, run prettier + lint

This commit is contained in:
David Ralph
2024-02-07 12:39:16 +00:00
parent fba4012875
commit 21184c6c03
18 changed files with 55 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6"
"target": "es6",
},
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}