We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23e6c7 commit 77c3edaCopy full SHA for 77c3eda
etc/remark/plugins/lint/jsdoc.js
@@ -276,29 +276,6 @@ plugins.push([
276
[ 'off' ]
277
]);
278
279
-/**
280
-* Do not allow duplicate definitions.
281
-*
282
-* @see [no-duplicate-definitions]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-duplicate-definitions}
283
284
-* @example
285
-* <!-- Bad -->
286
287
-* [foo]: https://example.com
288
-* [foo]: https://github.com
289
290
291
-* <!-- Good -->
292
293
294
-* [bar]: https://github.com
295
296
-*/
297
-plugins.push([
298
- require( 'remark-lint-no-duplicate-definitions' ),
299
- [ 'error' ]
300
-]);
301
-
302
/**
303
* Do not allow duplicate headings in different sections.
304
*
0 commit comments