Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Chore: Fix typo in migrating-to-8.0.0.md #866

Merged
merged 1 commit into from Aug 28, 2021
Merged
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
2 changes: 1 addition & 1 deletion docs/8.0.0/user-guide/migrating-to-8.0.0.md
Expand Up @@ -102,7 +102,7 @@ In ESLint v7.0.0, using both `--report-unused-disable-directives` and `--fix` on

## <a name="eslint-recommended"></a> `eslint:recommended` has been updated

Three new rules have been enabled in the `eslint:recommended` preset.
Four new rules have been enabled in the `eslint:recommended` preset.

- [`no-loss-of-precision`](https://eslint.org/docs/rules/no-loss-of-precision)
- [`no-nonoctal-decimal-escape`](https://eslint.org/docs/rules/no-nonoctal-decimal-escape)
Expand Down