We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1587b95 commit 118f4d1Copy full SHA for 118f4d1
1 file changed
etc/remark/plugins/lint/jsdoc.js
@@ -375,27 +375,6 @@ plugins.push([
375
[ 'off' ]
376
]);
377
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
389
-* <!-- Good -->
390
391
-* __Beep__
392
393
-*/
394
-plugins.push([
395
- require( 'remark-lint-no-inline-padding' ),
396
- [ 'error' ]
397
-]);
398
-
399
/**
400
* Never allow literal URLs without angle brackets.
401
*
0 commit comments