Skip to content

Commit

Permalink
chore(deps): Replaces jest with vitest and updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Nov 26, 2024
1 parent c773072 commit 2a4d14b
Show file tree
Hide file tree
Showing 10 changed files with 3,582 additions and 12,795 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

37 changes: 0 additions & 37 deletions .eslintrc

This file was deleted.

6 changes: 6 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
ignores: [
'coverage/*',
'dist/*',
],
};
Loading

0 comments on commit 2a4d14b

Please sign in to comment.