Skip to content

Commit

Permalink
Docs: update 7.0.0 migration guide for consistency (#13267)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed May 7, 2020
1 parent 356fdb4 commit b5c8d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/migrating-to-7.0.0.md
Expand Up @@ -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.

Expand Down

0 comments on commit b5c8d73

Please sign in to comment.