Skip to content

Commit

Permalink
Merge pull request #248 from nextcloud/fix/tag-rule
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Dec 2, 2021
2 parents 58ba3e4 + 127f3f8 commit 537bcb7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ module.exports = {
// force proper JSDocs
'jsdoc/require-returns': 0,
'jsdoc/require-returns-description': 0,
'jsdoc/tag-lines': ['warn', 'never', { count: 0, tags: {
copyright: { count: 1, lines: 'always' },
author: { count: 1, lines: 'always' },
license: { count: 1, lines: 'always' },
}}],
'jsdoc/tag-lines': ['off'],
// disallow use of "var"
'no-var': 'error',
// suggest using const
Expand Down

0 comments on commit 537bcb7

Please sign in to comment.