Skip to content

Commit

Permalink
fix: fakelint
Browse files Browse the repository at this point in the history
  • Loading branch information
lzear committed Nov 5, 2023
1 parent 3312974 commit 404236a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/rules/no-ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ import {ruleName, presetConfigs, initialText, fakeLint} from '../../src/sample-c

## πŸ§‘β€πŸ’» Demo

<CodeEditor :rule="ruleName" :text="initialText" :presetConfigs="presetConfigs" />
<CodeEditor :rule="ruleName" :text="initialText" :presetConfigs="presetConfigs" fake-lint="fakeLint" />
2 changes: 1 addition & 1 deletion docs/rules/no-rush.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ Time to wait, in seconds.

## πŸ§‘β€πŸ’» Demo

<CodeEditor :rule="ruleName" :text="initialText" :presetConfigs="presetConfigs" />
<CodeEditor :rule="ruleName" :text="initialText" :presetConfigs="presetConfigs" fake-lint="fakeLint" />
2 changes: 1 addition & 1 deletion docs/rules/no.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ import {ruleName, presetConfigs, initialText, fakeLint} from '../../src/sample-c

## πŸ§‘β€πŸ’» Demo

<CodeEditor :rule="ruleName" :text="initialText" :presetConfigs="presetConfigs" />
<CodeEditor :rule="ruleName" :text="initialText" :presetConfigs="presetConfigs" fake-lint="fakeLint" />
2 changes: 1 addition & 1 deletion docs/rules/yes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ import {ruleName, presetConfigs, initialText, fakeLint} from '../../src/sample-c

## πŸ§‘β€πŸ’» Demo

<CodeEditor :rule="ruleName" :text="initialText" :presetConfigs="presetConfigs" />
<CodeEditor :rule="ruleName" :text="initialText" :presetConfigs="presetConfigs" fake-lint="fakeLint" />

0 comments on commit 404236a

Please sign in to comment.