Skip to content

Commit

Permalink
fix: include TypeScript overrides in base config
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Nov 7, 2022
1 parent c0c9fed commit a514a41
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,4 @@

module.exports = {
extends: ['cheminfo/jsdoc'],
overrides: [
{
files: ['*.{ts,tsx,cts,mts}'],
rules: {
'jsdoc/require-param-type': 'off',
'jsdoc/require-returns-type': 'off',
'jsdoc/no-types': 'warn',
},
},
],
};

0 comments on commit a514a41

Please sign in to comment.