w0rp
w0rp
I personally recommend installing [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) and fixing your files with `eslint` instead. That seems to be the best way to combine the two. You can also combine this with `eslint_d`...
Very interesting. I'll have to try this out.
This issue is probably something the clangd people have to fix. Sounds like they didn't implement the protocol correctly.
If this is a way forward, and I'll need to think about this idea, we should use the functions in ALE for managing temporary files. Have a look at the...
I've considered this before. I think it's a good idea.
I think I mentioned this somewhere on GitHub previously, but I can't remember where I said it. What should happen here is that ALE should check the `flow` version and...
I have actually merged this now after fixing documentation to mention the new linter. Cheers! :beers:
I think it's worth detecting this and handling it.
Maybe the regular expression just needs to be updated.
Could be caused by either bad regex, or the language servers not responding themselves.