Skip to content

Commit 8738fb1

Browse files
committed
Remove lint rule
1 parent 81d6f9e commit 8738fb1

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

etc/remark/plugins/lint/jsdoc.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -359,27 +359,6 @@ plugins.push([
359359
[ 'error', '* * *' ]
360360
]);
361361

362-
/**
363-
* Set the strong marker to asterisks.
364-
*
365-
* @see [strong-marker]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-strong-marker}
366-
*
367-
* @example
368-
* <!-- Bad -->
369-
*
370-
* __Beep__.
371-
*
372-
* @example
373-
* <!-- Good -->
374-
*
375-
* **Beep**.
376-
*
377-
*/
378-
plugins.push([
379-
require( 'remark-lint-strong-marker' ),
380-
[ 'error', '*' ]
381-
]);
382-
383362
/**
384363
* Require that the unordered list marker be a dash `-`.
385364
*

0 commit comments

Comments
 (0)