Skip to content

Commit 84696f2

Browse files
committed
Remove plugin
1 parent 1a79d58 commit 84696f2

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

etc/remark/plugins/lint/jsdoc.js

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -332,33 +332,6 @@ plugins.push([
332332
[ 'error', '* * *' ]
333333
]);
334334

335-
/**
336-
* Require that the unordered list marker be a dash `-`.
337-
*
338-
* @see [unordered-list-marker-style]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-unordered-list-marker-style}
339-
*
340-
* @example
341-
* <!-- Bad -->
342-
*
343-
* * Beep
344-
* * Boop
345-
*
346-
* @example
347-
* <!-- Okay -->
348-
*
349-
* - Beep
350-
*
351-
* - Foo
352-
* - Bar
353-
*
354-
* - Boop
355-
*
356-
*/
357-
plugins.push([
358-
require( 'remark-lint-unordered-list-marker-style' ),
359-
[ 'error', '-' ]
360-
]);
361-
362335

363336
// EXPORTS //
364337

0 commit comments

Comments
 (0)