Skip to content

Commit 2b49ee5

Browse files
committed
remove the previous behaviour section for new features
1 parent d768828 commit 2b49ee5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ Type-aware rules that run in `tsgolint` can be configured in `oxlint` just like
138138

139139
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)).
140140

141-
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.
142-
143141
### Disable comment support in `oxlint`
144142

145143
Rules that run in `tsgolint` can now be disabled similar to any other `oxlint` rule by placing a comment in the file or on a line:
@@ -151,8 +149,6 @@ Rules that run in `tsgolint` can now be disabled similar to any other `oxlint` r
151149
[1, 2, 3].map(async (x) => x + 1);
152150
```
153151

154-
In the technical preview, disable comments were ignored for type-aware rules. Now, they work exactly as you would expect.
155-
156152
### More supported rules
157153

158154
We've continued to make progress on porting popular rules from `typescript-eslint` which you can now use via `oxlint`. `tsgolint`, combined with `oxlint`, currently supports 43 type-aware rules.

0 commit comments

Comments
 (0)