Skip to content

Commit

Permalink
feat(added usegeolocation hook): added useGeolocation hook
Browse files Browse the repository at this point in the history
  • Loading branch information
fers4t committed Sep 7, 2023
1 parent 418aef0 commit b2873b6
Show file tree
Hide file tree
Showing 5 changed files with 1,131 additions and 1,009 deletions.
9 changes: 7 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
},
"eslint.codeActionsOnSave.rules": ["no-multi-spaces"],
"eslint.lintTask.enable": true,
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],

"editor.inlineSuggest.enabled": true,
"editor.suggestSelection": "first",
Expand All @@ -47,7 +52,7 @@
},

"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorSmoothCaretAnimation": "on",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand Down
Loading

0 comments on commit b2873b6

Please sign in to comment.