Skip to content

Fix documentation on using prettier for a specific directory

Stan Hu requested to merge sh-improve-prettier-docs into master

If the check parameter is used, the allFiles parameter is false,which causes the prettier.js script only to process staged files. The correct parameters are check-all and save-all.

Merge request reports