Skip to content

Commit

Permalink
chore: update types
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Oct 13, 2024
1 parent 90efee2 commit 5c3e030
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,9 @@ export interface ESLintPluginOptions extends ESLint.ESLint.Options {
*/
lintInWorker: boolean;
/**
* Lint `include` option specified files once in `buildStart` hook to find potential errors. This
* is disabled by default.
* Lint `include` option specified files once in `buildStart` hook to find potential errors. This is disabled by default.
*
* This will significantly slow down Vite first starting if you have no caches and don't enable
* `lintInWorker`.
* This will significantly slow down Vite first starting if you have no caches and don't enable `lintInWorker`.
*
* 在 `buildStart` 生命周期中校验 `include` 选项指定的文件一次以发现潜在的错误。默认禁用。
*
Expand Down

0 comments on commit 5c3e030

Please sign in to comment.