Skip to content

Commit 8dc59cd

Browse files
committed
Remove plugin
1 parent 5aa5275 commit 8dc59cd

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

etc/remark/plugins/lint/jsdoc.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -452,29 +452,6 @@ plugins.push([
452452
[ 'error' ]
453453
]);
454454

455-
/**
456-
* Never allow undefined references.
457-
*
458-
* @see [no-undefined-references]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-undefined-references}
459-
*
460-
* @example
461-
* <!-- Bad -->
462-
*
463-
* [foo][]
464-
*
465-
* @example
466-
* <!-- Good -->
467-
*
468-
* [foo][]
469-
*
470-
* [foo]: https://example.com
471-
*
472-
*/
473-
plugins.push([
474-
require( 'remark-lint-no-undefined-references' ),
475-
[ 'error' ]
476-
]);
477-
478455
/**
479456
* Require ordered lists to use periods (e.g., `1.`, `2.`, etc).
480457
*

0 commit comments

Comments
 (0)