Skip to content

Commit

Permalink
fix: specify TypeScript project path in ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yawn-c111 committed Nov 25, 2024
1 parent 02b1d65 commit d4bdaae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/frontend/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ module.exports = {
{ name: "NavLink", linkAttribute: "to" },
],
"import/resolver": {
typescript: {},
typescript: {
project: "pkgs/frontend/tsconfig.json",
},
},
},
},
Expand Down

0 comments on commit d4bdaae

Please sign in to comment.