Skip to content

Commit b65fb3b

Browse files
authored
fix(require-jsdoc): add column to end line (#881); fixes #843
1 parent fb0c83f commit b65fb3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/requireJsdoc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ export default {
325325
} = node.loc;
326326
const loc = {
327327
end: {
328+
column: start.column,
328329
line: start.line + 1,
329330
},
330331
start: node.loc.start,

0 commit comments

Comments
 (0)