Skip to content

Commit

Permalink
chore: bump yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jan 20, 2024
1 parent e781832 commit 5257898
Show file tree
Hide file tree
Showing 2 changed files with 930 additions and 896 deletions.
12 changes: 6 additions & 6 deletions sweetalert2-react-content.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit",
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"liveServer.settings.port": 5501
"liveServer.settings.port": 5501,
},
"folders": [
{
"path": "."
}
"path": ".",
},
],
"extensions": {
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"],
},
}
Loading

0 comments on commit 5257898

Please sign in to comment.