Skip to content

Commit

Permalink
Update packages/website/src/components/lib/markdown.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Armano <armano2@users.noreply.github.com>
  • Loading branch information
JoshuaKGoldberg and armano2 committed Jun 15, 2022
1 parent ff23c10 commit 6be7a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/src/components/lib/markdown.ts
Expand Up @@ -50,7 +50,7 @@ export function createMarkdown(state: ConfigModel): string {
}

export function createMarkdownParams(state: ConfigModel): string {
const { rules = {} } = parseESLintRC(state.eslintrc);
const { rules } = parseESLintRC(state.eslintrc);
const ruleKeys = Object.keys(rules);

const onlyRuleName =
Expand Down

0 comments on commit 6be7a20

Please sign in to comment.