Reputation: 3157
I have an nx monorepo with the following structure
apps/
libs/
- angular/
- react/
- vue/
..
package.json
What is the best way to configure ESLint and Prettier for all sub-projects (angular, react and vue) ? and configure git hooks with Husky as well
Upvotes: 2
Views: 1291