Skip to content

Commit a5d977a

Browse files
committed
Remove plugin
1 parent 6a25e38 commit a5d977a

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
@@ -420,31 +420,6 @@ plugins.push([
420420
[ 'off' ]
421421
]);
422422

423-
/**
424-
* Never allow shortcut reference images.
425-
*
426-
* @see [no-shortcut-reference-image]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-shortcut-reference-image}
427-
*
428-
* @example
429-
* <!-- Bad -->
430-
*
431-
* ![foo]
432-
*
433-
* [foo]: https://example.com/1.png
434-
*
435-
* @example
436-
* <!-- Good -->
437-
*
438-
* ![foo][]
439-
*
440-
* [foo]: https://example.com/1.png
441-
*
442-
*/
443-
plugins.push([
444-
require( 'remark-lint-no-shortcut-reference-image' ),
445-
[ 'error' ]
446-
]);
447-
448423
/**
449424
* Require ordered lists to use periods (e.g., `1.`, `2.`, etc).
450425
*

0 commit comments

Comments
 (0)