react-typescript-yarn-lerna-monorepo-eslint-prettier-boilerplate
react-typescript-yarn-lerna-monorepo-eslint-prettier-boilerplate copied to clipboard
Starting point for a Typescript, React (v16.8.0-alpha.0), Yarn & Lerna monorepo project with full setup for ESLint and Prettier.
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
Just a quick question. I noticed in your monorepo `.eslintrc` file ``` "extends": [ "react-app" ], ``` but I don't see `eslint-config-react-app` in your monorepo `package.json` file. Monorepo `.eslintrc` file...
The following scripts can be simplified from `"start:www": "lerna run start --scope=\"@web/shared\" --scope=\"@web/utils\" --scope=\"@web/www\" --parallel"` to `"start:www": "lerna run start --scope=@web/{shared,utils,www} --parallel"` One question in relation to this as they...
Right now unless you use the fix mentioned here: https://github.com/facebook/create-react-app/issues/8685#issuecomment-606933276 you are unable to use lerna with this project if you update to react-script version 3.4.1 or later. To solve...