@@ -591,7 +591,7 @@ exports[`generator #generate rules that are disabled generates the documentation
591
591
exports [` generator #generate rules that are disabled generates the documentation 2` ] = `
592
592
"# Description of no-foo (\` test/no-foo\` )
593
593
594
- ✅ This rule is disabled in the \` recommended\` config.
594
+ ✅ This rule is _disabled_ in the \` recommended\` config.
595
595
596
596
<!-- end auto-generated rule header -->
597
597
"
@@ -600,7 +600,7 @@ exports[`generator #generate rules that are disabled generates the documentation
600
600
exports [` generator #generate rules that are disabled generates the documentation 3` ] = `
601
601
"# Description of no-bar (\` test/no-bar\` )
602
602
603
- 💼 This rule is disabled in the following configs: \` other\` , ✅ \` recommended\` .
603
+ 💼 This rule is _disabled_ in the following configs: \` other\` , ✅ \` recommended\` .
604
604
605
605
<!-- end auto-generated rule header -->
606
606
"
@@ -609,7 +609,7 @@ exports[`generator #generate rules that are disabled generates the documentation
609
609
exports [` generator #generate rules that are disabled generates the documentation 4` ] = `
610
610
"# Description of no-bar (\` test/no-baz\` )
611
611
612
- 💼 This rule is enabled in the \` recommended\` config. This rule is disabled in the \` other\` config.
612
+ 💼 This rule is enabled in the \` recommended\` config. This rule is _disabled_ in the \` other\` config.
613
613
614
614
<!-- end auto-generated rule header -->
615
615
"
@@ -618,7 +618,7 @@ exports[`generator #generate rules that are disabled generates the documentation
618
618
exports [` generator #generate rules that are disabled generates the documentation 5` ] = `
619
619
"# Description of no-bar (\` test/no-biz\` )
620
620
621
- 💼 This rule is disabled in the \` other\` config.
621
+ 💼 This rule is _disabled_ in the \` other\` config.
622
622
623
623
<!-- end auto-generated rule header -->
624
624
"
0 commit comments