You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| command |`'check' \| 'lint' \| 'format' \| 'ci'`|`'lint'` in dev, `'check'` in build. | The command to execute biome with. |
33
33
| flags |`string`|`''`| CLI flags to pass to the command. |
34
+
| watchPath |`string \| string[]`|`undefined`|**(Only in dev mode)** Configure path to watch files for Biome. If not specified, will watch the entire project root. |
34
35
| dev.logLevel |`('error' \| 'warning')[]`|`['error', 'warning']`|**(Only in dev mode)** Which level of Biome diagnostics should be emitted to terminal and overlay in dev mode. |
35
36
| dev.command |`'check' \| 'lint' \| 'format' \| 'ci'`|`''`| Command to run in dev mode, it will override `command` config in dev mode. |
36
37
| dev.flags |`string`|`''`| Flags to run in dev mode, it will override `flags` config in dev mode. |
0 commit comments