File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
/** @type {import('eslint-doc-generator').GenerateOptions } */
2
2
module . exports = {
3
+ configEmoji : [
4
+ [ "recommended-gjs" , "" ] ,
5
+ [ "recommended-gts" , "" ]
6
+ ] ,
3
7
ruleDocSectionInclude : [ 'Examples' ] ,
4
8
ruleDocTitleFormat : 'prefix-name' ,
5
9
ruleListSplit : 'meta.docs.category' ,
Original file line number Diff line number Diff line change @@ -137,12 +137,12 @@ rules in templates can be disabled with eslint directives with mustache or html
137
137
138
138
<!-- begin auto-generated configs list -->
139
139
140
- | | Name |
141
- | :- | :---------------- |
142
- | | ` base ` |
143
- | ✅ | ` recommended ` |
144
- | | ` recommended-gjs ` |
145
- | | ` recommended-gts ` |
140
+ | | Name |
141
+ | :------------------------------ | :---------------- |
142
+ | | ` base ` |
143
+ | ✅ | ` recommended ` |
144
+ | ![ gjs logo ] ( /docs/svgs/gjs.svg ) | ` recommended-gjs ` |
145
+ | ![ gts logo ] ( /docs/svgs/gts.svg ) | ` recommended-gts ` |
146
146
147
147
<!-- end auto-generated configs list -->
148
148
You can’t perform that action at this time.
0 commit comments