Skip to content

Commit

Permalink
docs: eslint (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvqq committed Jan 31, 2023
1 parent 90780c3 commit f65aa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/checkers/eslint.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
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).

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

```js
Expand Down

0 comments on commit f65aa71

Please sign in to comment.