From e86785bc54352bc5878ffc75f8d37c62a5e12a04 Mon Sep 17 00:00:00 2001 From: Vicente Jr Yuchitcho Date: Tue, 5 Jul 2022 22:43:49 +1000 Subject: [PATCH] Update caching.mdx Fix ESLint pro tip link to the latest version (current one is 404ing) --- docs/pages/docs/core-concepts/caching.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/docs/core-concepts/caching.mdx b/docs/pages/docs/core-concepts/caching.mdx index b9cddfa5126a2..cd13a8b4beabf 100644 --- a/docs/pages/docs/core-concepts/caching.mdx +++ b/docs/pages/docs/core-concepts/caching.mdx @@ -39,7 +39,7 @@ If your task does not emit any files (e.g. unit tests with Jest), set `outputs` Pro Tip for caching ESLint: You can get a cacheable pretty terminal output (even for non-errors) by setting `TIMING=1` variable before `eslint`. Learn more over at the [ESLint - docs](https://eslint.org/docs/1.0.0/developer-guide/working-with-rules#per-rule-performance) + docs](https://eslint.org/docs/latest/developer-guide/working-with-rules#per-rule-performance) With the above pipeline configuration and proper output folders, if you were to run: