Skip to content

Commit 118f4d1

Browse files
committed
Remove plugin
1 parent 1587b95 commit 118f4d1

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

etc/remark/plugins/lint/jsdoc.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -375,27 +375,6 @@ plugins.push([
375375
[ 'off' ]
376376
]);
377377

378-
/**
379-
* Never allow inline padding.
380-
*
381-
* @see [no-inline-padding]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-inline-padding}
382-
*
383-
* @example
384-
* <!-- Bad -->
385-
*
386-
* __ Beep __
387-
*
388-
* @example
389-
* <!-- Good -->
390-
*
391-
* __Beep__
392-
*
393-
*/
394-
plugins.push([
395-
require( 'remark-lint-no-inline-padding' ),
396-
[ 'error' ]
397-
]);
398-
399378
/**
400379
* Never allow literal URLs without angle brackets.
401380
*

0 commit comments

Comments
 (0)