eslint / config-inspector

A visual tool for inspecting and understanding your ESLint flat configs.
https://www.npmjs.com/package/@eslint/config-inspector
Apache License 2.0
518 stars 15 forks source link

Ligatures affecting readability #73

Open haydenbleasel opened 5 days ago

haydenbleasel commented 5 days ago

CleanShot 2024-06-29 at 16 41 52@2x

Space Mono doesn't have perfect ligatures IMO.

You can fix this by adding font-variant-ligatures: none; to the root element.

antfu commented 5 days ago

Yeah I'd agree - PR welcome!