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: src/blog/2025-12-01-type-aware-alpha.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,6 +229,16 @@ We're actively working on the following improvements for the beta release:
229
229
-**More supported rules** - Currently we support 43 out of the 59 type-aware rules from `typescript-eslint`. As we head towards a beta release, we plan to continue expanding rule coverage.
230
230
-**Performance and memory usage improvements** - We're going to continue to optimize performance, especially for very large monorepos.
231
231
232
+
## Acknowledgements
233
+
234
+
235
+
We'd like to extend our gratitude to:
236
+
237
+
- The TypeScript team for creating `typescript-go`.
238
+
- The `typescript-eslint` team for their heartwarming support.
239
+
-[@auvred](https://github.com/auvred) for creating `tsgolint`.
240
+
-[@camchenry](https://github.com/camchenry) for continued performance work, as well as implementing rule option support.
241
+
232
242
## Try it out
233
243
234
244
Ready to get started? Head to the [Quick Start](#quick-start) section above to install and run type-aware linting.
0 commit comments