-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade all dependencies (#385)
Upgrade available minor and patch versions of all dependencies, and ESLint v9. As part of ESLint major upgrade the ESLint config was migrated to flat config, the plugins and rules used were cleaned up, and minor lint issues were fixed.
- Loading branch information
Showing
14 changed files
with
996 additions
and
427 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"eslint.experimental.useFlatConfig": true | ||
} |
Oops, something went wrong.