Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Add clarifying note to README (#127)
Browse files Browse the repository at this point in the history
This would have saved me some trouble 😄
  • Loading branch information
NickHeiner authored and MoOx committed Nov 28, 2016
1 parent c58747d commit ddab805
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -100,14 +100,16 @@ module.exports = {
}
```

Note that the config option you provide will be passed to the `CLIEngine`. This is a different set of options than what you'd specify in `package.json` or `.eslintrc`. See the [eslint docs](http://eslint.org/docs/developer-guide/nodejs-api#cliengine) for more detail.

**Note that you can use both methods in order to benefit from global & specific options**

#### `fix` (default: false)

This option will enable
[ESLint autofix feature](http://eslint.org/docs/user-guide/command-line-interface#fix).

**Be careful, this option might cause webpack to enter an infinite build loop if
**Be careful: this option might cause webpack to enter an infinite build loop if
some issues cannot be fixed properly.**

#### `cache` (default: false)
Expand Down

0 comments on commit ddab805

Please sign in to comment.