Skip to content

Commit

Permalink
chore: fix glob pattern in .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Nov 9, 2023
1 parent 567ce49 commit 2662c82
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 @@ -29,7 +29,7 @@ module.exports = {
}
},
{
files: ['./{src,examples}/*.{ts,mts,cts,tsx}'],
files: ['./{src,examples}/**/*.{ts,mts,cts,tsx}'],
rules: {
// Some of JS rules don't always work correctly in TS and
// hence need to be reimported as TS rules
Expand Down

0 comments on commit 2662c82

Please sign in to comment.