5 Commits

Author SHA1 Message Date
Matt Bierner
b8329a3ffc
Run TS eslint rules directly with strip-types
Wth node 20.18, we can now run these typescript files directly instead of having to use ts-node
2025-11-14 14:38:15 -08:00
Matt Bierner
1d2bb43237
Reduce any typings in our eslint rules 2025-11-10 13:49:24 -08:00
Matt Bierner
f4d1b11372
Fix all any casts in lint rules
For #269213

Also bumps eslint versions to fix some typing issues
2025-10-03 13:36:25 -07:00
Matt Bierner
360c9fd134
Add lint rule for as any and bulk ignore all existing breaks
For #269213

This adds a new eslint rule for `as any` and `<any>({... })`. We'd like to remove almost all of these, however right now the first goal is to prevent them in new code. That's why with this first PR I simply add `eslint-disable` comments for all breaks

Trying to get this change in soon after branching off for release to hopefully minimize disruption during debt week work
2025-10-02 23:38:33 -07:00
Henning Dieterichs
dace6b32b3
Implements code-no-observable-get-in-reactive-context (#267526)
* Implements code-no-observable-get-in-reactive-context

* Improves code

* Fixes lint warnings
2025-09-20 20:29:58 +02:00