Commit Graph

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
Matt Bierner
68ec60529e Require export on all vscode public api types
Adds new eslint rule which requires `export` be used for public api types

The `export` is not actually needed, but our existing typing files largely use it. This makes it consistent
2025-01-08 11:40:36 -08:00