Skip to content

Commit 30119ca

Browse files
committed
Remove plugin
1 parent b38ac89 commit 30119ca

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

etc/remark/plugins/lint/jsdoc.js

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -385,31 +385,6 @@ plugins.push([
385385
[ 'off' ]
386386
]);
387387

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-
* @example
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-
413388
/**
414389
* Allow shell commands to be prefixed with `$` symbols.
415390
*

0 commit comments

Comments
 (0)