Smaillns
Smaillns

Reputation: 3157

Linting, Formatting in an Nx Monorepo with Husky

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

Answers (0)

Related Questions