We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00475f commit 079c9fcCopy full SHA for 079c9fc
etc/remark/plugins/lint/jsdoc.js
@@ -253,27 +253,6 @@ plugins.push([
253
[ 'off' ]
254
]);
255
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
267
-* <!-- Good -->
268
269
-* [foo](https://example.com)
270
271
-*/
272
-plugins.push([
273
- require( 'remark-lint-no-empty-url' ),
274
- [ 'error']
275
-]);
276
-
277
/**
278
* Disable rule never allowing filenames to begin with an article, as not relevant to JSDoc comments.
279
*
0 commit comments