We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa5275 commit 8dc59cdCopy full SHA for 8dc59cd
etc/remark/plugins/lint/jsdoc.js
@@ -452,29 +452,6 @@ plugins.push([
452
[ 'error' ]
453
]);
454
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
466
-* <!-- Good -->
467
468
469
470
-* [foo]: https://example.com
471
472
-*/
473
-plugins.push([
474
- require( 'remark-lint-no-undefined-references' ),
475
- [ 'error' ]
476
-]);
477
-
478
/**
479
* Require ordered lists to use periods (e.g., `1.`, `2.`, etc).
480
*
0 commit comments