Skip to content

Commit f65aa71

Browse files
authored
docs: eslint (#210)
1 parent 90780c3 commit f65aa71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/checkers/eslint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
2. Add `eslint` field to plugin config and `options.eslint.lintCommand` is required. The `lintCommand` is the same as the lint command of your project. The default root of the command uses Vite's [root](https://vitejs.dev/config/#root).
1212

1313
:::tip
14-
Do not add `--fix` to the lint command since the plugin is only aiming at check issues.
14+
Do not add `--fix` to the lint command since the plugin is only aiming at checking issues.
1515
:::
1616

1717
```js

0 commit comments

Comments
 (0)