From be20d433c5ff3153fbd1f3b7eab1f88fdc85748d Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 11 Oct 2019 16:56:08 +1100 Subject: [PATCH] fix linting error --- lib/linter/linter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linter/linter.js b/lib/linter/linter.js index a6623da01ee..8bd29b94795 100644 --- a/lib/linter/linter.js +++ b/lib/linter/linter.js @@ -1022,6 +1022,7 @@ const internalSlotsMap = new WeakMap(); class Linter { /** + * Initialize the Linter. * @param {Object} [config] the config object * @param {string} [config.cwd] path to a directory that should be considered as the current working directory, can be undefined. */