From db51c0abba639094c3d84a94a7cc30d48dd96636 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Thu, 4 Mar 2021 15:18:08 +0100 Subject: [PATCH] Chore: remove leftover JSDoc from lint-result-cache --- 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) {