Skip to content

Commit

Permalink
fixing more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mogmarsh committed Nov 6, 2023
1 parent e6fc520 commit 923c136
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 17 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"project": "./tsconfig.eslint.json"
},
"settings": {
"import/resolver": "webpack"
"import/resolver": {
"webpack": {
"extensions": [".js", ".jsx", ".ts", ".tsx"]
}
}
},
"overrides": [
{
Expand Down
66 changes: 50 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 923c136

Please sign in to comment.