We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6df7bc commit 88234f3Copy full SHA for 88234f3
1 file changed
etc/remark/plugins/lint/jsdoc.js
@@ -521,29 +521,6 @@ plugins.push([
521
[ 'error' ]
522
]);
523
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
535
-* <!-- Good -->
536
537
-* [foo][foo].
538
539
540
541
-*/
542
-plugins.push([
543
- require( 'remark-lint-no-unused-definitions' ),
544
- [ 'error' ]
545
-]);
546
-
547
/**
548
* Require ordered lists to use periods (e.g., `1.`, `2.`, etc).
549
*
0 commit comments