Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor committed Aug 3, 2024
1 parent ba7c71e commit b4541fc
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 258 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const config = tseslint.config(
...tseslint.configs.strictTypeChecked,
...tseslint.configs.stylisticTypeChecked,
{
ignores: ["dist/**/*"],
ignores: ["eslint.config.mjs", "coverage/**/*", "dist/**/*"],
},
{
languageOptions: {
Expand Down
Loading

0 comments on commit b4541fc

Please sign in to comment.