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
7a6864552e
Add example fix for unexternalized strings
Adds a fix (off by default) for converting double quoted to single quoted string
2025-10-15 14:06:59 -07: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
Matt Bierner
e456f4cb66 Start eslint 9 migration
For #230339

Starts migrating to eslint 9. Everything runs but it produces a number of errors
2024-10-02 14:45:28 -07:00