Skip to content

Commit 5d61afc

Browse files
authored
Update oxc.mdx
1 parent 219c1df commit 5d61afc

File tree

1 file changed

+1
-1
lines changed
  • apps/docs/content/docs/guides/tools

1 file changed

+1
-1
lines changed

apps/docs/content/docs/guides/tools/oxc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can now run `turbo run lint` to lint your entire repository.
103103
<Callout type="warn" title="Type-aware linting">
104104
If you enable [type-aware linting rules](https://oxc.rs/docs/guide/usage/linter/config#type-aware-linting) in oxlint, the linter needs TypeScript type information to work correctly. This means any dependencies that must be built before type-checking (such as [Compiled Packages](/docs/core-concepts/internal-packages#compiled-packages) in your monorepo) also need to be built before linting.
105105

106-
For example, to build Compiled Packages before linting in CI:
106+
For example, to build Compiled Packages before running formatting and linting:
107107

108108
```bash title="Terminal"
109109
turbo run build --filter=./packages/* && turbo run lint

0 commit comments

Comments
 (0)