We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05847e commit e526186Copy full SHA for e526186
1 file changed
etc/remark/plugins/lint/jsdoc.js
@@ -374,40 +374,6 @@ plugins.push([
374
[ 'error' ]
375
]);
376
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
390
391
392
393
394
-* Beep boop.
395
396
397
-* <!-- Good -->
398
399
400
401
-* ## Boop
402
403
404
405
-*/
406
-plugins.push([
407
- require( 'remark-lint-no-heading-indent' ),
408
- [ 'error' ]
409
-]);
410
-
411
/**
412
* Never allow paragraphs which appear to be h7+ "headings".
413
*
0 commit comments