We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b38ac89 commit 30119caCopy full SHA for 30119ca
1 file changed
etc/remark/plugins/lint/jsdoc.js
@@ -385,31 +385,6 @@ plugins.push([
385
[ 'off' ]
386
]);
387
388
-/**
389
-* Never allow references to be used like URLs.
390
-*
391
-* @see [no-reference-like-url]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-reference-like-url}
392
393
-* @example
394
-* <!-- Bad -->
395
396
-* [Beep](boop).
397
398
-* [boop]: https://example.com
399
400
401
-* <!-- Good -->
402
403
-* [Beep](https://example.com)
404
405
-* [boop]: https://github.com
406
407
-*/
408
-plugins.push([
409
- require( 'remark-lint-no-reference-like-url' ),
410
- [ 'error' ]
411
-]);
412
-
413
/**
414
* Allow shell commands to be prefixed with `$` symbols.
415
*
0 commit comments