nxpm / stack

🥭 nxpm-stack lets you generate a complete and opinionated full-stack application in a Nx Workspace, ready to extend and deploy!
https://npm.im/@nxpm/stack
MIT License
108 stars 14 forks source link

All generated apps and libs should pass `nx lint` #80

Open beeman opened 3 years ago

beeman commented 3 years ago

Expected Behavior

Running yarn nx run-many --target lint --all currently fails.

Current Behavior

Running yarn nx run-many --target lint --all should work.

Possible Solution

  1. Run linter
  2. Fix issues in schematic templates
  3. Create one commit per schematic

Steps to Reproduce (for bugs)

  1. Generate new project
  2. Run yarn nx run-many --target lint --all currently fails.