Skip to content

Commit eec35e4

Browse files
anonrigaduh95
andcommitted
Update eslint.config.mjs
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 21ae38c commit eec35e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eslint.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,10 @@ export default [
272272
'jsdoc/require-param': 'off',
273273
'jsdoc/check-tag-names': 'error',
274274
'jsdoc/require-returns': 'error',
275-
'jsdoc/check-line-alignment': 'error',
275+
'jsdoc/check-line-alignment': ['error', 'any', {
276+
tags: ['param', 'property', 'returns', 'file'],
277+
wrapIndent: ' ',
278+
}],
276279
'jsdoc/check-alignment': 'error',
277280

278281
// Stylistic rules.

0 commit comments

Comments
 (0)