Skip to content

Commit 88f3e89

Browse files
committed
Remove plugin
1 parent 076de38 commit 88f3e89

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

etc/remark/plugins/lint/jsdoc.js

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -427,31 +427,6 @@ plugins.push([
427427
[ 'error' ]
428428
]);
429429

430-
/**
431-
* Never allow shortcut reference links.
432-
*
433-
* @see [no-shortcut-reference-link]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-shortcut-reference-link}
434-
*
435-
* @example
436-
* <!-- Bad -->
437-
*
438-
* [foo]
439-
*
440-
* [foo]: https://example.com/1.png
441-
*
442-
* @example
443-
* <!-- Good -->
444-
*
445-
* [foo][]
446-
*
447-
* [foo]: https://example.com/1.png
448-
*
449-
*/
450-
plugins.push([
451-
require( 'remark-lint-no-shortcut-reference-link' ),
452-
[ 'error' ]
453-
]);
454-
455430
/**
456431
* Require ordered lists to use periods (e.g., `1.`, `2.`, etc).
457432
*

0 commit comments

Comments
 (0)