Anyone here doing #typescript development with #eslint and a #language-service like #emacs #eglot?
- to run eslint as part of the typescript compiler, I use this plugin https://github.com/Quramy/typescript-eslint-language-service, which is even referenced on the tsconfig documentation page,
- eslint-9 changed a lot of things, in particular it does not seem to work with the plugin
But for reasons I would like to use eslint-9. Anyone here who has experience with this and got it to work?