Skip to content

Commit

Permalink
Update deps, vitest, eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 20, 2025
1 parent 2cfc409 commit 331bdfa
Show file tree
Hide file tree
Showing 4 changed files with 2,266 additions and 756 deletions.
10 changes: 9 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
import toruslabsTypescript from "@toruslabs/eslint-config-typescript";

export default [...toruslabsTypescript];
export default [
...toruslabsTypescript,
{
rules: {
"no-unused-vars": "off",
"no-implicit-any": "off",
},
},
];
Loading

0 comments on commit 331bdfa

Please sign in to comment.