vazco / uniforms

A React library for building forms from any schema.
https://uniforms.tools
MIT License
1.96k stars 243 forks source link

Adjusted prettier command to work on Windows command shell. #1191

Closed wadamek65 closed 1 year ago

wadamek65 commented 1 year ago

Single quotes were not parsed correctly and always reported that there are no files to check on Windows command shell. Using double quotes instead makes it work on the relevant shell environments.