Skip to content

Commit

Permalink
Remove jsdoc rules
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Nov 9, 2024
1 parent 799aedc commit a01e212
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ export default [
'import/extensions': ['error', 'ignorePackages', {
'ts': 'never',
'tsx': 'never'
}],
'jsdoc/require-param-type': 'off',
'jsdoc/require-returns-type': 'off'
}]
}
}
];

0 comments on commit a01e212

Please sign in to comment.