unchainedshop / create

Boilerplate to setup an e-commerce system based on the Unchained Engine
9 stars 3 forks source link

Add linter and formatter to the root folder package.json #85

Open Mikearaya opened 3 years ago

Mikearaya commented 3 years ago

Currently, there are only helper scripts are added in the root folder package.json when a user creates a full-stack template. there should be eslint/prettier linter/formater packages included by default so that the environment is set and ready to do actual development out of the box. it would also be great if, after injecting these packages the script installs these devDependencies before completing the template generation.

so basically:

pozylon commented 2 years ago

But the subdirectories have appropriate linter and formatter configs already? @Mikearaya