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
Copy file name to clipboardExpand all lines: apps/docs/content/docs/guides/tools/oxc.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ You can now run `turbo run lint` to lint your entire repository.
103
103
<Callouttype="warn"title="Type-aware linting">
104
104
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.
105
105
106
-
For example, to build Compiled Packages before linting in CI:
106
+
For example, to build Compiled Packages before running formatting and linting:
107
107
108
108
```bash title="Terminal"
109
109
turbo run build --filter=./packages/*&& turbo run lint
0 commit comments