Skip to content

Commit

Permalink
Eslint should ignore everything inside the build_tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopkovacs committed Apr 26, 2022
1 parent 7f8c695 commit 85de3b5
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 @@ -39,7 +39,7 @@ module.exports = {
},
],
},
ignorePatterns: ['*.d.ts', '*.ignore.ts'],
ignorePatterns: ['*.d.ts', '*.ignore.ts', 'build_tests/*'],
overrides: [
{
files: ['*.ts', '*.tsx'],
Expand Down

0 comments on commit 85de3b5

Please sign in to comment.