Skip to content

Commit

Permalink
Bump modules (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilas authored Mar 9, 2024
1 parent 80a005c commit 072a7b3
Show file tree
Hide file tree
Showing 4 changed files with 646 additions and 701 deletions.
7 changes: 3 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"eslint.enable": true,
"eslint.validate": ["javascript", "typescript"],
"jest.autoRun": {
"watch": false,
"onSave": "test-src-file"
"jest.runMode": {
"type": "on-save"
},
"search.exclude": {
"**/coverage": true,
Expand Down
Loading

0 comments on commit 072a7b3

Please sign in to comment.