Skip to content

Commit

Permalink
Fix tsconfig reference in estlintrc (#383)
Browse files Browse the repository at this point in the history
Update .eslintrc.js
  • Loading branch information
jeffdaley authored Oct 27, 2023
1 parent 3a6607c commit 59ebbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
plugins: ["ember", "@typescript-eslint"],
parser: "@typescript-eslint/parser",
parserOptions: {
project: "./tsconfig.json",
project: "web/tsconfig.json",
},
ignorePatterns: ["*.js", "/mirage/**/*", "/node_modules/**/*", "/dist/**/*"],
extends: [
Expand Down

0 comments on commit 59ebbd5

Please sign in to comment.