I notice that every time when I create a project I'm setting the same settings. It would save some time and potential mistakes if the defaults could be configured somehow.
In particularly, I'd like to turn off ESLint (I'm not working in a team) and use NPM by default (I don't even have yarn installed).
I don't mind if it is done through a config file, environment variables or even command-line option. Any way would be helpful.
I slightly prefer it be done through command-line options, in that case the whole create process could be ran without user interaction.
I notice that every time when I create a project I'm setting the same settings. It would save some time and potential mistakes if the defaults could be configured somehow.
In particularly, I'd like to turn off ESLint (I'm not working in a team) and use NPM by default (I don't even have yarn installed).
I don't mind if it is done through a config file, environment variables or even command-line option. Any way would be helpful.
I slightly prefer it be done through command-line options, in that case the whole create process could be ran without user interaction.