Run ESLint and Typecheck on CI and use pnpm
andresgutgon opened this issue · comments
Andrés commented
What?
Not really an issue. But a piece of feedback 😃
CI lint & Typecheck
While working in this PR #124 I noticed CI is not running Linter or Typescript checks.
Is there any reason for that?
Also notice ESLint config is a big convoluted with double tsconfig.json
and tsconfig.lint.json
in all the packages. I think this could be simplified.
Use PNPM instead of NPM
I admit this one is not critical 😂 . But I've working in all my monorepos with pnpm is so much better experience. Faster builds and better module resolution.