Closed jooohhn closed 4 years ago
@jooohhn the local linking with lerna might be because you're not declaring it as one of the workspaces in the top level package.json
. But, I think it might make sense that this isn't treated as a workspace dir since you can't do other things that we need for validation (testing, building, etc.)
Summary
Solves linting
@amplitude/eslint-config-typescript
packageyarn lint
eslint-config
yarn link
inpackages/eslint-config-typescript
, thenyarn link "@amplitude/eslint-config-typescript && yarn link"
in each package@amplitude/eslint-config-typescript
to add it to each packageChecklist