danawoodman / react-fontawesome

A React Font Awesome component.
https://www.npmjs.com/package/react-fontawesome
MIT License
667 stars 72 forks source link

fixed broken prettier-eslint command. #50

Closed gavingregory closed 7 years ago

gavingregory commented 7 years ago

Hi there,

The format script was broken, as it was using --prettier.single-quote and --prettier.no-semi, instead of --single-quote and --no-semi.

fixed the script and re-ran npm run dist.