Skip to content

Commit

Permalink
chore(deps): Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Nov 7, 2024
1 parent a789d03 commit 765fcfa
Show file tree
Hide file tree
Showing 5 changed files with 715 additions and 718 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

13 changes: 0 additions & 13 deletions .eslintrc

This file was deleted.

9 changes: 9 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
languageOptions: {
ecmaVersion: 2020,
},
rules: {
indent: [2, 2]
},
ignores: ['dist/*'],
};
Loading

0 comments on commit 765fcfa

Please sign in to comment.