Repo: simplify prettier include lists #5060
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Overview
Copying conversation from https://github.com/typescript-eslint/typescript-eslint/pull/5027/files#r878861604: we explicitly list file extensions for Prettier. It's getting a little unweildy.
Let's look at using @Josh-Cena's suggestion of
prettier --write \"./**/*\" --ignore-unknown --ignore-path ...
.It would be nice to format all supported files, including yaml...
The text was updated successfully, but these errors were encountered: