Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use updated native GitHub markdown Note admonition #16274

Merged
merged 1 commit into from Feb 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/design/monorepo.md
@@ -1,6 +1,7 @@
# Why is Babel a monorepo?

> **Note** We don't use `lerna` to manage packages inside the monorepo, but yarn workspaces with an additional [custom plugin](https://github.com/nicolo-ribaudo/yarn-plugin-babel-release-tool).
> [!NOTE]
> We don't use `lerna` to manage packages inside the monorepo, but yarn workspaces with an additional [custom plugin](https://github.com/nicolo-ribaudo/yarn-plugin-babel-release-tool).

Juggling a multimodule project over multiple repos is like trying to teach a newborn baby how to
ride a bike.
Expand Down
3 changes: 2 additions & 1 deletion eslint/babel-eslint-plugin-development/README.md
Expand Up @@ -26,7 +26,8 @@ Then, load the plugin in your `.eslintrc` configuration file. You can omit the `

## Supported Rules

> **Note** Rules marked with :wrench: are autofixable.
> [!NOTE]
> Rules marked with :wrench: are autofixable.

* `@babel/development/no-deprecated-clone` (:wrench:): Disallows using the deprecated
`t.clone(node)` and `t.cloneDeep(node)` methods from `@babel/types`. Those
Expand Down