Skip to content

Commit

Permalink
Solve issues with dependencies, exported function from package.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Mar 25, 2024
1 parent 6afca90 commit cb0125c
Show file tree
Hide file tree
Showing 4 changed files with 323 additions and 119 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll": true
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
},
"editor.rulers": [80],
"editor.quickSuggestions": {
Expand Down
Loading

0 comments on commit cb0125c

Please sign in to comment.