3 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
Johannes Rieken
478b33a153 Add eslint rule for no in-operator (#273779)
* add no-in-operator rule, config, and ignore-list

* add `hasKey` util and tests

* updates

* sample adoption, no `in` in strings.ts
2025-10-28 17:51:49 +01:00