CVarisco / create-component-app

Tool to generate different types of React components from the terminal. 💻
MIT License
859 stars 58 forks source link

Proposal: Do you want semicolons ? #64

Open francois-roget opened 6 years ago

francois-roget commented 6 years ago

Hi,

Thanks for this tool that will change the way we work. I like your generator (without template) but I would like to have the ability to have semicolons after statements.

Do you think it would be possible to give that possibility as an additional question?

Thanks in advance for considering this

CVarisco commented 6 years ago

Hi @francois-roget !

Thanks a lot for your question 🙂 One interesting idea could be to pass the linting rule to the config object. Because in that way we can cover much more cases.

The only "issue" is which linter?

What do you think ?

francois-roget commented 6 years ago

Hi,

from my point on vue ESLint is the more used one. I think this is the one to go.

CVarisco commented 6 years ago

Probably we can Integrate the choice between prettier and ESLint. I'll work on this in the next days 👍

Thank you @francois-roget I appreciate.

francois-roget commented 6 years ago

Thank YOU for the work