Skip to content

Commit

Permalink
add weather extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tonka3000 committed Oct 11, 2021
1 parent 5e4ae83 commit ca4c874
Show file tree
Hide file tree
Showing 13 changed files with 4,154 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extensions/weather/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
10 changes: 10 additions & 0 deletions extensions/weather/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
2 changes: 2 additions & 0 deletions extensions/weather/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.vscode
.DS_Store
4 changes: 4 additions & 0 deletions extensions/weather/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
Binary file added extensions/weather/assets/weather.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ca4c874

Please sign in to comment.