diagnostic-languageserver
diagnostic-languageserver copied to clipboard
Applying multiple formatters in sequence
From the documentation I see that formatFiletypes can take an array of formatters for each file type, but from a very cursory reading of the code it seems like they are run async.
My use case is that I would like to run Prettier, and only then ESLint (kind of like prettier-eslint does, but without using it.
Is something like that possible?
Multiple formatters are running in sequence.