Skip to content

Commit

Permalink
fix: specify typescript-eslint rule tester path to avoid import error
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Sep 23, 2024
1 parent f31e503 commit 33933cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
/* TS complains not about to infer GraphQLESTreeNode */
"@graphql-eslint/eslint-plugin/estree-converter/*": [
"./node_modules/@graphql-eslint/eslint-plugin/cjs/estree-converter/*"
]
],
"@typescript-eslint/rule-tester": ["./node_modules/@typescript-eslint/rule-tester/dist"]
}
},
"include": ["src/**/*", "./package.json"]
Expand Down

0 comments on commit 33933cd

Please sign in to comment.