lite-xl / lite-xl-lsp-servers

Public repo of easily usable lsp servers, that interface with the lite-xl plugin system.
MIT License
9 stars 10 forks source link

LSP support for Javascript via quick-lint-js #16

Closed kemzops closed 7 months ago

kemzops commented 7 months ago

LSP support for Javascript

quick-lint-js "90× faster than ESLint, quick-lint-js gives you instant feedback as you code. Find bugs in your JavaScript before your finger leaves the keyboard. Lint any JavaScript file with no configuration."

I wanted to use the existing linter plugin but it was broken and unmaintained, this should do the job.

Screenshot from 2024-02-18 22-34-12

kemzops commented 7 months ago

@Guldoman it should work 100% now, i was in hurry writing this, as i mentioned i wrote this for my personal use but saw its also good to push it here for anyone else, thank you!.

kemzops commented 7 months ago

Btw it might be a good idea to make a PR to the LSP plugin repository to include quicklintjs as a default config.

i think doing it this way is better, no need to update anything else since this one is working just fine directly, thanks for your time.