Skip to content

Commit 88234f3

Browse files
committed
Remove plugin
1 parent c6df7bc commit 88234f3

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

etc/remark/plugins/lint/jsdoc.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -521,29 +521,6 @@ plugins.push([
521521
[ 'error' ]
522522
]);
523523

524-
/**
525-
* Never allow unused definitions.
526-
*
527-
* @see [no-unused-definitions]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-unused-definitions}
528-
*
529-
* @example
530-
* <!-- Bad -->
531-
*
532-
* [foo]: https://example.com
533-
*
534-
* @example
535-
* <!-- Good -->
536-
*
537-
* [foo][foo].
538-
*
539-
* [foo]: https://example.com
540-
*
541-
*/
542-
plugins.push([
543-
require( 'remark-lint-no-unused-definitions' ),
544-
[ 'error' ]
545-
]);
546-
547524
/**
548525
* Require ordered lists to use periods (e.g., `1.`, `2.`, etc).
549526
*

0 commit comments

Comments
 (0)