Skip to content
Prev Previous commit
Next Next commit
Update eslint.config.mjs
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
anonrig and aduh95 committed Jul 13, 2025
commit eec35e4fe044e7ad0ef449da6de1573e625bb79d
5 changes: 4 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,10 @@ export default [
'jsdoc/require-param': 'off',
'jsdoc/check-tag-names': 'error',
'jsdoc/require-returns': 'error',
'jsdoc/check-line-alignment': 'error',
'jsdoc/check-line-alignment': ['error', 'any', {
tags: ['param', 'property', 'returns', 'file'],
wrapIndent: ' ',
}],
'jsdoc/check-alignment': 'error',

// Stylistic rules.
Expand Down