Commit Graph

9 Commits

Author SHA1 Message Date
Matt Bierner d2a794a719 Migrate off of `eslint-plugin-local`
We can now do this natively
2025-07-08 13:09:17 -07:00
Benjamin Pasero cdf404ff47
debt - restore old layer name (#250928) 2025-06-09 07:08:43 +00:00
Henning Dieterichs 13cf8e47af
Introduces code-no-deep-import-of-internal (#245143)
* Introduces code-no-deep-import-of-internal
2025-04-01 10:23:29 +02:00
Alex Dima 46035d0296
Split up the editor's worker and the editor worker helper scripts, remove AMD support 2025-03-20 18:37:55 +01:00
Matt Bierner 6b3e9f6759 Fix eslint not linting our custom eslint rules 2025-03-19 22:49:06 -07:00
Rob Lourens 94da87e5c9
Remove vscode-dts-region-comments (#239868)
This is from how the old vscode.proposed.d.ts was managed, and is no longer relevant
2025-02-06 17:45:08 -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
Matt Bierner 489c180f25 Merge branch 'main' into dev/eslint-9 2024-10-02 14:50:59 -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