Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applying multiple formatters in sequence #68

Open
TxHawks opened this issue Sep 16, 2021 · 1 comment
Open

Applying multiple formatters in sequence #68

TxHawks opened this issue Sep 16, 2021 · 1 comment

Comments

@TxHawks
Copy link

TxHawks commented Sep 16, 2021

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?

@iamcco
Copy link
Owner

iamcco commented Nov 26, 2021

Multiple formatters are running in sequence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants