From 8e1333e49e61ead510b6c2539938fe09ddf2e4bd Mon Sep 17 00:00:00 2001 From: cs6cs6 Date: Wed, 11 Oct 2023 20:18:19 +0000 Subject: [PATCH] Adding more information about a CLI Alternative to this code change, based on feedback. --- designs/2023-relative-cache/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designs/2023-relative-cache/README.md b/designs/2023-relative-cache/README.md index 95e2c6d9..4c8c2d2d 100644 --- a/designs/2023-relative-cache/README.md +++ b/designs/2023-relative-cache/README.md @@ -163,7 +163,7 @@ be used. They will not need to regenerate their cache unless they set this flag. ## Alternatives -A CLI tool which translates the existing cache to the current folder structure. +A CLI tool which translates the existing cache to the current folder structure. This could be any sort of script that will basically do a replace-all on the paths in the .eslintcache file so that they are the new location rather than the old. A downside to this is that any tool based on string replacement would be fragile at best. ## Open Questions