From 01cd74e6803a3b4f75758421867324f2d677a0c9 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Thu, 27 Oct 2022 21:57:36 +0900 Subject: [PATCH] Update docs/migration-guide/to-15.md --- docs/migration-guide/to-15.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration-guide/to-15.md b/docs/migration-guide/to-15.md index d913f6083d..dfdfdd7948 100644 --- a/docs/migration-guide/to-15.md +++ b/docs/migration-guide/to-15.md @@ -8,7 +8,7 @@ If you would like to keep the previous behavior, you should change your config t ```diff json { -- "extends": ["config-a"] +- "extends": ["config-a"], "overrides": [ { "rules": ["*.module.css"],