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

Commit

Permalink
docs: clarify default cache location
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza committed Dec 4, 2019
1 parent 356c8e2 commit dab6d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ This option will enable caching of the linting results into a file. This is part

This can either be a `boolean` value or the cache directory path(ex: `'./.eslint-loader-cache'`).

If `cache: true` is used, the cache file is written to the `./node_modules/.cache` directory. This is the recommended usage.
If `cache: true` is used, the cache is written to the `./node_modules/.cache/eslint-loader` directory. This is the recommended usage.

```js
module.exports = {
Expand Down

0 comments on commit dab6d65

Please sign in to comment.