Skip to content

Commit

Permalink
chore: fix usage of reserved word
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed Sep 22, 2023
1 parent 7748a76 commit 7f7ef0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
{
// when linting the repo globally, local packages are not installed, so we need to
// manually tell eslint where to look for them
packageDir: [path.join(__dirname, './'), ...cachedPackages.map((package) => package.location)],
packageDir: [path.join(__dirname, './'), ...cachedPackages.map((pkg) => pkg.location)],
},
],
},
Expand Down

0 comments on commit 7f7ef0f

Please sign in to comment.