Description
Hi,
Thank you for creating this tool!
It would be really great if create-vue
could setup and configure (including with JS or TS support) a chosen ruleset - like Vue CLI does.
For example when using Vue CLI a choice is presented:
vue-create
today:
I have looked into how this can be setup and honestly it's pretty hard to understand - ESLint is powerful but hard to configure correctly. There appears to be many possible solutions but once Typescript is in the mix the complexity increases for anyone, like me, that isn't that familiar with the really low level details of configuring ESLint. Even if someone is able to work through the (many) conflicting articles on setting this up there is still the reality of needing to go through the same complexity for every new project.
One of the great features of Vue CLI is that this is already configured for a user if they pick TS, ESLint, Aibnb.
Please could this prompt be added to create-vue
? (and the Standard
standard too for users of that)