Skip to content

Commit ddb541f

Browse files
committed
Remove plugin
1 parent a1365bf commit ddb541f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

etc/remark/plugins/lint/jsdoc.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -241,16 +241,6 @@ plugins.push([
241241
[ 'off' ]
242242
]);
243243

244-
/**
245-
* Allow consecutive blank lines.
246-
*
247-
* @see [no-consecutive-blank-lines]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-consecutive-blank-lines}
248-
*/
249-
plugins.push([
250-
require( 'remark-lint-no-consecutive-blank-lines' ),
251-
[ 'off' ]
252-
]);
253-
254244
/**
255245
* Require blank lines between block nodes.
256246
*

0 commit comments

Comments
 (0)