Skip to content

Commit

Permalink
Correct tsconfig reference in ESLint setup (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHerbst authored Oct 17, 2024
1 parent c7784f5 commit 706119d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
],
parser: "@typescript-eslint/parser",
parserOptions: {
project: "tsconfig.dev.json",
project: "tsconfig.json",
sourceType: "module",
},
plugins: ["@typescript-eslint"],
Expand Down

0 comments on commit 706119d

Please sign in to comment.