Skip to content

Commit 931beb4

Browse files
committed
Fix jsdoc/tag-lines linter rule setting
1 parent ab2d57c commit 931beb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ module.exports = {
2323
'max-len': 'off',
2424
'operator-linebreak': 'off',
2525
'jsdoc/require-param-description': 'off',
26+
'jsdoc/tag-lines': ['error', 'any', { startLines: 1 }],
2627
},
2728
};

0 commit comments

Comments
 (0)