We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff6472 commit 41d412fCopy full SHA for 41d412f
1 file changed
etc/remark/plugins/lint/jsdoc.js
@@ -349,31 +349,6 @@ plugins.push([
349
[ 'off' ]
350
]);
351
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
365
-* <!-- Good -->
366
367
368
369
370
371
-*/
372
-plugins.push([
373
- require( 'remark-lint-no-heading-content-indent' ),
374
- [ 'error' ]
375
-]);
376
-
377
/**
378
* Never allow paragraphs which appear to be h7+ "headings".
379
*
0 commit comments