Skip to content

Commit 9dbe731

Browse files
anonrigaduh95
andauthored
Update eslint.config.mjs
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 3a320d3 commit 9dbe731

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)