Skip to content

Commit 41d412f

Browse files
committed
Remove plugin
1 parent 0ff6472 commit 41d412f

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

etc/remark/plugins/lint/jsdoc.js

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -349,31 +349,6 @@ plugins.push([
349349
[ 'off' ]
350350
]);
351351

352-
/**
353-
* Never allow heading content indentation.
354-
*
355-
* @see [no-heading-content-indent]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-heading-content-indent}
356-
*
357-
* @example
358-
* <!-- Bad -->
359-
*
360-
* # Beep
361-
*
362-
* ## Boop
363-
*
364-
* @example
365-
* <!-- Good -->
366-
*
367-
* # Beep
368-
*
369-
* ## Boop
370-
*
371-
*/
372-
plugins.push([
373-
require( 'remark-lint-no-heading-content-indent' ),
374-
[ 'error' ]
375-
]);
376-
377352
/**
378353
* Never allow paragraphs which appear to be h7+ "headings".
379354
*

0 commit comments

Comments
 (0)