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