We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076de38 commit 88f3e89Copy full SHA for 88f3e89
etc/remark/plugins/lint/jsdoc.js
@@ -427,31 +427,6 @@ plugins.push([
427
[ 'error' ]
428
]);
429
430
-/**
431
-* Never allow shortcut reference links.
432
-*
433
-* @see [no-shortcut-reference-link]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-shortcut-reference-link}
434
435
-* @example
436
-* <!-- Bad -->
437
438
-* [foo]
439
440
-* [foo]: https://example.com/1.png
441
442
443
-* <!-- Good -->
444
445
-* [foo][]
446
447
448
449
-*/
450
-plugins.push([
451
- require( 'remark-lint-no-shortcut-reference-link' ),
452
- [ 'error' ]
453
-]);
454
-
455
/**
456
* Require ordered lists to use periods (e.g., `1.`, `2.`, etc).
457
*
0 commit comments