From c295581aca4e08ec4ae8e5ee5726a6f454a3ee26 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Tue, 9 Mar 2021 02:53:55 +0100 Subject: [PATCH] Chore: remove leftover JSDoc from lint-result-cache (#14176) --- lib/cli-engine/lint-result-cache.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cli-engine/lint-result-cache.js b/lib/cli-engine/lint-result-cache.js index 25b856f2f91..3304d429deb 100644 --- a/lib/cli-engine/lint-result-cache.js +++ b/lib/cli-engine/lint-result-cache.js @@ -67,7 +67,6 @@ class LintResultCache { /** * Creates a new LintResultCache instance. * @param {string} cacheFileLocation The cache file location. - * configuration lookup by file path). * @param {"metadata" | "content"} cacheStrategy The cache strategy to use. */ constructor(cacheFileLocation, cacheStrategy) {