Skip to content

Commit

Permalink
fix: resolving path to module
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Dec 2, 2021
1 parent f8f85df commit ef9e028
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Expand Up @@ -14,5 +14,10 @@
"plugins": ["@typescript-eslint"],
"rules": {
"@typescript-eslint/camelcase": "off"
},
"settings": {
"import/resolver": {
"typescript": {}
}
}
}
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -43,7 +43,9 @@
"@typescript-eslint/parser": "5.5.0",
"@vercel/ncc": "0.32.0",
"eslint": "8.3.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-github": "4.3.5",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "25.3.0",
"jest": "27.4.3",
"jest-circus": "27.4.2",
Expand Down

0 comments on commit ef9e028

Please sign in to comment.