Skip to content

Commit

Permalink
Fix license header tags spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Aug 4, 2021
1 parent 88a9ec3 commit 4b84808
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ 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' },
}}],
// disallow use of "var"
'no-var': 'error',
// suggest using const
Expand Down

0 comments on commit 4b84808

Please sign in to comment.