Skip to content

Commit

Permalink
Docs: Remove reference from 3.0.0 migration guide (refs #6605) (#6618)
Browse files Browse the repository at this point in the history
  • Loading branch information
platinumazure authored and nzakas committed Jul 7, 2016
1 parent 5010694 commit 10c3e91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/user-guide/migrating-to-3.0.0.md
Expand Up @@ -13,9 +13,8 @@ With ESLint v3.0.0, we are dropping support for Node.js versions prior to 4. Nod
ESLint v3.0.0 now requires that you use a configuration to run. A configuration can be any of the following:

1. A `.eslintrc.js`, `.eslintrc.json`, `.eslintrc.yml`, `.eslintrc.yaml`, or `.eslintrc` file either in your project or home directory.
2. Configuration options passed on the command line using `--rule`
3. A configuration file passed on the command line using `-c`.
4. A configuration passed to `CLIEngine` with the `useSpecificConfig` option.
2. Configuration options passed on the command line using `--rule` (or to CLIEngine using `rules`).
3. A configuration file passed on the command line using `-c` (or to CLIEngine using `configFile`).

If ESLint can't find a configuration, then it will throw an error and ask you to provide one.

Expand Down

0 comments on commit 10c3e91

Please sign in to comment.