From b5c8d7389bb2c5d4eae850b866832d099187818b Mon Sep 17 00:00:00 2001 From: Kai Cataldo Date: Thu, 7 May 2020 17:04:30 -0400 Subject: [PATCH] Docs: update 7.0.0 migration guide for consistency (#13267) --- docs/user-guide/migrating-to-7.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/migrating-to-7.0.0.md b/docs/user-guide/migrating-to-7.0.0.md index 9819b2152cc..cb393364129 100644 --- a/docs/user-guide/migrating-to-7.0.0.md +++ b/docs/user-guide/migrating-to-7.0.0.md @@ -78,7 +78,7 @@ Up until now, ESLint has resolved the following paths relative to the directory - Ignore files (`.eslintignore`) - paths which start with `/` -Starting in ESLint v7, configuration files and ignore files passed to ESLint using the `--config path/to/a-config` and `--ignore-path path/to/a-ignore` CLI flags, respectively, will resolve from the current working directory rather than the file location. This allows for users to utilize shared plugins without having to install them directly in their project. +Starting in ESLint v7.0.0, configuration files and ignore files passed to ESLint using the `--config path/to/a-config` and `--ignore-path path/to/a-ignore` CLI flags, respectively, will resolve from the current working directory rather than the file location. This allows for users to utilize shared plugins without having to install them directly in their project. **To address:** Update the affected paths if you are using a configuration or ignore file via the `--config` or `--ignore-path` CLI options.