Skip to content

Commit

Permalink
Since the fixer may add asterisks as well as newlines, set fixable
Browse files Browse the repository at this point in the history
…to `code` rather than `whitespace`
  • Loading branch information
brettz9 committed May 15, 2021
1 parent 8d5a495 commit 1b305f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/tagLines.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default iterateJsdoc(({
description: 'Enforces lines (or no lines) between tags.',
url: 'https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-tag-lines',
},
fixable: true,
fixable: 'code',
schema: [
{
enum: ['always', 'never'],
Expand Down

0 comments on commit 1b305f0

Please sign in to comment.