Skip to content

Commit

Permalink
feat: fix typescript issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nimatrengo committed Jul 12, 2023
1 parent 1eba56b commit 570ee79
Show file tree
Hide file tree
Showing 13 changed files with 7,745 additions and 4,709 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extends": "./node_modules/gts/",
"ignorePatterns": ["*.js"]
"ignorePatterns": ["*.js"],
"rules": {"@typescript-eslint/no-explicit-any": "off"}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist/
playground/node_modules
src/index.js
Loading

0 comments on commit 570ee79

Please sign in to comment.