Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 of 3 tasks
Mikearaya opened this issue Jul 23, 2021 · 1 comment
Open
2 of 3 tasks

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

Mikearaya opened this issue Jul 23, 2021 · 1 comment

Comments

@Mikearaya
Copy link
Contributor

Mikearaya commented Jul 23, 2021

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:

  • Add linter and formater to package.json
  • install this dependency
  • Add a script to use the linter and formater
@pozylon
Copy link
Member

pozylon commented Aug 30, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants