Skip to content

Commit

Permalink
Remove tsdoc check from img test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Feb 16, 2024
1 parent 3ee0a1f commit b25951b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,11 @@ module.exports = {
},
},
{
files: ['**/jbrowse-cli/**/*.test.ts', '**/jbrowse-cli/**/*.test.tsx'],
files: [
'**/jbrowse-cli/**/*.test.ts',
'**/jbrowse-cli/**/*.test.tsx',
'**/jbrowse-img/**/*.test.ts',
],
rules: {
'tsdoc/syntax': 'off',
},
Expand Down

0 comments on commit b25951b

Please sign in to comment.