From e279763b340e70dff5171c0f0bd288f5e6dabe6b Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Fri, 29 Dec 2023 23:04:49 +0100 Subject: [PATCH] Update docs/src/use/migrate-to-9.0.0.md Co-authored-by: Nicholas C. Zakas --- docs/src/use/migrate-to-9.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/use/migrate-to-9.0.0.md b/docs/src/use/migrate-to-9.0.0.md index fa5a4225bf0..97d0b87cdcf 100644 --- a/docs/src/use/migrate-to-9.0.0.md +++ b/docs/src/use/migrate-to-9.0.0.md @@ -143,7 +143,7 @@ foo - 0; ## Case-sensitive flags in `no-invalid-regexp` -In ESLint 9.0.0, the option `allowConstructorFlags` is now case-sensitive. +In ESLint v9.0.0, the option `allowConstructorFlags` is now case-sensitive. **To address:** Update your configuration if needed.