Skip to content

Commit 77c3eda

Browse files
committed
Remove plugin
1 parent b23e6c7 commit 77c3eda

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

etc/remark/plugins/lint/jsdoc.js

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -276,29 +276,6 @@ plugins.push([
276276
[ 'off' ]
277277
]);
278278

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-
* @example
291-
* <!-- Good -->
292-
*
293-
* [foo]: https://example.com
294-
* [bar]: https://github.com
295-
*
296-
*/
297-
plugins.push([
298-
require( 'remark-lint-no-duplicate-definitions' ),
299-
[ 'error' ]
300-
]);
301-
302279
/**
303280
* Do not allow duplicate headings in different sections.
304281
*

0 commit comments

Comments
 (0)