Skip to content
Prev Previous commit
Next Next commit
fixup: disable jsdoc rules that we do not follow
  • Loading branch information
targos committed Nov 18, 2025
commit 2d6ab307e6610b6b7fd6ac1812d18ec14a07c153
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ export default [
wrapIndent: ' ',
}],
'jsdoc/check-alignment': 'error',
'jsdoc/reject-any-type': 'off',
'jsdoc/reject-function-type': 'off',

// Stylistic rules.
'@stylistic/js/arrow-parens': 'error',
Expand Down