Skip to content

Commit

Permalink
Upgrade non-eslint-related packages (#51)
Browse files Browse the repository at this point in the history
Bumping packages that are not directly related to eslint.
  • Loading branch information
jtbandes authored Oct 23, 2024
1 parent c64ebd5 commit 1cd3d68
Show file tree
Hide file tree
Showing 4 changed files with 1,751 additions and 10,998 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -*- jsonc -*-
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.options": {
"reportUnusedDisableDirectives": "error"
Expand Down
Loading

0 comments on commit 1cd3d68

Please sign in to comment.