Skip to content

Commit

Permalink
fix: eslint config update
Browse files Browse the repository at this point in the history
  • Loading branch information
hcote committed Jan 8, 2025
1 parent 5786b34 commit a45566f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@magic-ext/web3modal-ethers5/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default [
{
languageOptions: {
parserOptions: {
project: ['./tsconfig.json'],
project: ['./tsconfig.json', './test/tsconfig.json'],
tsconfigRootDir: __dirname,
},
},
Expand Down

0 comments on commit a45566f

Please sign in to comment.