chore: Switch to Biome for TypeScript formatting and linting + update to TypeScript 7 - #23158
chore: Switch to Biome for TypeScript formatting and linting + update to TypeScript 7#23158BenjaminBrienen wants to merge 3 commits into
Conversation
|
It's just import sorting and changing the eslint comments to biome comments. I can turn off import sorting if you want. Would you accept it then? I already made sure that there are no "new" lints and it does support the existing lints. The only difference is the syntax for silencing them. |
|
If the changes are minimal (a few edits, definitely not |
|
I understand, no worries if it is not wanted. |
|
😲 I thought GitHub ignored it in the counting... |
|
I feel it's worth taking some formatting changes if we can move to tools that are less dependent on the JS ecosystem. We''re on our third bundler, but it does feel lighter. |
Maybe someday VS Code will support deno. |
|
Yea this sounds fine to me |
https://rust-lang.zulipchat.com/#narrow/channel/185405-t-compiler.2Frust-analyzer/topic/TypeScript.207/with/616786210
I can start removing those "off" lint configurations in this PR or in a follow-up