Linting, Formatting in an Nx Monorepo with Husky

139 Views Asked by At

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

0

There are 0 best solutions below