mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-30 00:19:08 -04:00
Weather app (#10)
* feat: base class added and api * feat: async method/conversions * feat: added styling and ui * feat: added some colors * feat: project complete
This commit is contained in:
parent
8cc79da6d9
commit
4d2291815a
13 changed files with 5771 additions and 0 deletions
12
weather/.eslintrc.js
Normal file
12
weather/.eslintrc.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
browser: true,
|
||||
es2021: true,
|
||||
node: true,
|
||||
},
|
||||
extends: ["eslint:recommended", "prettier"],
|
||||
parserOptions: {
|
||||
ecmaVersion: "latest",
|
||||
sourceType: "module",
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue