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

Commit dab6d65

Browse files
docs: clarify default cache location
1 parent 356c8e2 commit dab6d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ This option will enable caching of the linting results into a file. This is part
107107

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

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

112112
```js
113113
module.exports = {

0 commit comments

Comments
 (0)