Skip to content

Commit

Permalink
Remove plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Dec 29, 2017
1 parent dab3df0 commit f9bda3d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions etc/remark/plugins/lint/jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,27 +266,6 @@ plugins.push([
[ 'off' ]
]);

/**
* Require all links have a protocol.
*
* @see [no-auto-link-without-protocol]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-auto-link-without-protocol}
*
* @example
* <!-- Bad -->
*
* <example.com>
*
* @example
* <!-- Good -->
*
* <https://example.com>
*
*/
plugins.push([
require( 'remark-lint-no-auto-link-without-protocol' ),
[ 'error' ]
]);

/**
* Require caret in blockquotes.
*
Expand Down

0 comments on commit f9bda3d

Please sign in to comment.