You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: