Skip to content

Commit edf76d2

Browse files
committed
dprint
1 parent deeaaec commit edf76d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/blog/2025-12-01-type-aware-alpha.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ Type-aware rules that run in `tsgolint` can be configured in `oxlint` just like
117117

118118
The configuration options are aligned with what `typescript-eslint` supports and documentation can be found in the configuration section for each rule (like [`no-floating-promises`](https://oxc.rs/docs/guide/usage/linter/rules/typescript/no-floating-promises.html#configuration)).
119119

120-
121120
In the technical preview, rule configurations were not passed to `tsgolint`, so customizing type-aware rules had no effect. Now, all configuration options are properly forwarded and applied.
122121

123122
### Disable comment support in `oxlint`
@@ -163,7 +162,6 @@ $ oxlint --type-aware
163162
See https://github.com/oxc-project/tsgolint/issues/351 for more information.
164163
```
165164

166-
167165
### Automatic fixes for type-aware rules
168166

169167
Type-aware rules now support automatic fixes via the `--fix` flag. When you run `oxlint --type-aware --fix`, fixable diagnostics from `tsgolint` are applied just like regular `oxlint` fixes. This brings full parity with non-type-aware rules for the fix workflow.

0 commit comments

Comments
 (0)