diff --git a/.eslintignore b/.eslintignore index b6038bd2368..d14956aa89a 100644 --- a/.eslintignore +++ b/.eslintignore @@ -5,14 +5,13 @@ dist packages/configtest/lib packages/generators/lib packages/info/lib -packages/init/lib packages/serve/lib test/**/dist/ test/**/bin/ test/**/binary/ test/**/index.js -test/config/error-commonjs/syntax-error.js -test/config/error-mjs/syntax-error.mjs -test/config/error-array/webpack.config.js +test/build/config/error-commonjs/syntax-error.js +test/build/config/error-mjs/syntax-error.mjs +test/build/config/error-array/webpack.config.js test/configtest/with-config-path/syntax-error.config.js packages/generators/src/utils/__tests__/recursive-parser/__testfixtures__ diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c394cda8e83..0b85fbb6c8c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -23,10 +23,6 @@ Table of Contents - [Submitting a good Pull Request](#submitting-a-good-pull-request) - [Commit message](#commit-message) - [Commit Message Format](#commit-message-format) -- [Migrate with the CLI](#migrate-with-the-cli) - - [How it's being done](#how-its-being-done) - - [Structure of a transform](#structure-of-a-transform) - - [Further Work](#further-work) - [Contributor License Agreement](#contributor-license-agreement) - [Documentation](#documentation) - [Releasing](#releasing) @@ -76,7 +72,7 @@ In case you are suggesting a new feature, we will match your idea with our curre - Bootstrap all the submodules before building for the first time ```bash - yarn bootstrap + yarn lerna bootstrap yarn build ``` @@ -200,10 +196,9 @@ We don't use the scope. The template of a commit would look like this: Each commit message consists of a **header**, a **body** and a **footer**. The header has a special format that includes a **type** and a **subject**: -```md +``` : -