snaerth/create-react-component-folder

Feature Request: No Semi Colons flag

samusgray opened this issue · 3 comments

Thanks so freaking much for this tool! It is a huge time saver.

We use Standard for out linting. I understand not everyone loves that, but we do! And many do. Would be nice to not need to remove each semicolon manually after creating a component.

npx crcf components/foo --nosemi

The result would be that each file is created, but without semicolons.

@samusgray Hi and thank you for the compliment. I will definitely take a look at it very soon

@samusgray No semicolon option has been added in v0.1.28. Thank you for a great tip. Let me know if it doesn't work

Amazing! Thanks so much.