We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2d57c commit 931beb4Copy full SHA for 931beb4
.eslintrc.js
@@ -23,5 +23,6 @@ module.exports = {
23
'max-len': 'off',
24
'operator-linebreak': 'off',
25
'jsdoc/require-param-description': 'off',
26
+ 'jsdoc/tag-lines': ['error', 'any', { startLines: 1 }],
27
},
28
};
0 commit comments