Skip to content

Commit

Permalink
Fix eslintrc conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Dec 18, 2024
1 parent 2442ef5 commit 71c89d0
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 @@ -88,7 +88,7 @@ module.exports = {
},
},
{
files: ['test/regressions/**/*{.ts,.tsx}'],
files: ['test/**/*{.ts,.tsx}'],
rules: {
'@typescript-eslint/no-use-before-define': 'off',
'import/no-relative-packages': 'off',
Expand Down

0 comments on commit 71c89d0

Please sign in to comment.