create-react-app
create-react-app copied to clipboard
CRA within yarn workspace, how to make ESLint also check code from local dependency within the same workspace.
Hi there, I have a monorepo yarn workspace with one CRA and multiple other packages, I notice CRA ESLint only check codes within CRA folder, is there any way also make ESLint check codes from local dependencies within the same yarn workspace?