From dab6d65e208fa74b0b44b777cab75fe9a97befa0 Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Wed, 4 Dec 2019 09:23:49 -0300 Subject: [PATCH] docs: clarify default cache location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6f3e11..c28acb3 100644 --- a/README.md +++ b/README.md @@ -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 = {