Skip to content

Commit

Permalink
fix(require-jsdoc): add column to end line (#881); fixes #843
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserw committed Apr 20, 2022
1 parent fb0c83f commit b65fb3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/requireJsdoc.js
Expand Up @@ -325,6 +325,7 @@ export default {
} = node.loc;
const loc = {
end: {
column: start.column,
line: start.line + 1,
},
start: node.loc.start,
Expand Down

0 comments on commit b65fb3b

Please sign in to comment.