Skip to content

Commit e526186

Browse files
committed
Remove plugin
1 parent f05847e commit e526186

1 file changed

Lines changed: 0 additions & 34 deletions

File tree

etc/remark/plugins/lint/jsdoc.js

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -374,40 +374,6 @@ plugins.push([
374374
[ 'error' ]
375375
]);
376376

377-
/**
378-
* Never allow heading indentation.
379-
*
380-
* @see [no-heading-indent]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-no-heading-indent}
381-
*
382-
* @example
383-
* <!-- Bad -->
384-
*
385-
* # Beep
386-
*
387-
* ## Beep
388-
*
389-
* @example
390-
* <!-- Bad -->
391-
*
392-
* # Beep
393-
*
394-
* Beep boop.
395-
*
396-
* @example
397-
* <!-- Good -->
398-
*
399-
* # Beep
400-
*
401-
* ## Boop
402-
*
403-
* Beep boop.
404-
*
405-
*/
406-
plugins.push([
407-
require( 'remark-lint-no-heading-indent' ),
408-
[ 'error' ]
409-
]);
410-
411377
/**
412378
* Never allow paragraphs which appear to be h7+ "headings".
413379
*

0 commit comments

Comments
 (0)