Skip to content

Commit a99dc37

Browse files
committed
Fix blank-line lint
1 parent a81160e commit a99dc37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/checkIndentation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default iterateJsdoc(({
77
}) => {
88
const reg = new RegExp(/^[ \t]+\*[ \t]{2}/m);
99
const text = sourceCode.getText(jsdocNode);
10+
1011
if (reg.test(text)) {
1112
report('There must be no indentation.');
1213
}

0 commit comments

Comments
 (0)