Skip to content

Commit

Permalink
Update docs/src/use/migrate-to-9.0.0.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
  • Loading branch information
mdjermanovic and nzakas committed Dec 29, 2023
1 parent 2d1648f commit 4eb83c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/use/migrate-to-9.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ This has been fixed in ESLint v9.0.0:

## <a name="no-implicit-coercion"></a> New checks in `no-implicit-coercion` by default

In ESLint 9.0.0, the `no-implicit-coercion` rule additionally reports the following cases by default:
In ESLint v9.0.0, the `no-implicit-coercion` rule additionally reports the following cases by default:

```js
-(-foo);
Expand Down

0 comments on commit 4eb83c5

Please sign in to comment.