Skip to content

Commit

Permalink
Fix missing gjs/cts config icons (#1982)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryan Mishkin <[email protected]>
  • Loading branch information
patricklx and bmish authored Nov 6, 2023
1 parent 07d5e85 commit 94ec1e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .eslint-doc-generatorrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/** @type {import('eslint-doc-generator').GenerateOptions} */
module.exports = {
configEmoji: [
["recommended-gjs", "![gjs logo](/docs/svgs/gjs.svg)"],
["recommended-gts", "![gts logo](/docs/svgs/gts.svg)"]
],
ruleDocSectionInclude: ['Examples'],
ruleDocTitleFormat: 'prefix-name',
ruleListSplit: 'meta.docs.category',
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ rules in templates can be disabled with eslint directives with mustache or html

<!-- begin auto-generated configs list -->

| | Name |
| :- | :---------------- |
| | `base` |
|| `recommended` |
| | `recommended-gjs` |
| | `recommended-gts` |
| | Name |
| :------------------------------ | :---------------- |
| | `base` |
| | `recommended` |
| ![gjs logo](/docs/svgs/gjs.svg) | `recommended-gjs` |
| ![gts logo](/docs/svgs/gts.svg) | `recommended-gts` |

<!-- end auto-generated configs list -->

Expand Down

0 comments on commit 94ec1e3

Please sign in to comment.