Skip to content

Commit 079c9fc

Browse files
committed
Remove plugin
1 parent a00475f commit 079c9fc

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

etc/remark/plugins/lint/jsdoc.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -253,27 +253,6 @@ plugins.push([
253253
[ 'off' ]
254254
]);
255255

256-
/**
257-
* Never allow empty URLs in images and links.
258-
*
259-
* @see [no-empty-url]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-empty-url}
260-
*
261-
* @example
262-
* <!-- Bad -->
263-
*
264-
* [foo]()
265-
*
266-
* @example
267-
* <!-- Good -->
268-
*
269-
* [foo](https://example.com)
270-
*
271-
*/
272-
plugins.push([
273-
require( 'remark-lint-no-empty-url' ),
274-
[ 'error']
275-
]);
276-
277256
/**
278257
* Disable rule never allowing filenames to begin with an article, as not relevant to JSDoc comments.
279258
*

0 commit comments

Comments
 (0)