Closed
Description
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.
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore",
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...