We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a79d58 commit 84696f2Copy full SHA for 84696f2
etc/remark/plugins/lint/jsdoc.js
@@ -332,33 +332,6 @@ plugins.push([
332
[ 'error', '* * *' ]
333
]);
334
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
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
-
362
363
// EXPORTS //
364
0 commit comments