Fix documentation on using prettier for a specific directory
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
.