From 64ac763db36995b9ffd134c5783c43d552246062 Mon Sep 17 00:00:00 2001 From: Vladyslav Zubko <42296182+what1s1ove@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:18:59 +0300 Subject: [PATCH] ci(whatislove-dev): remove linthtml from knip config wd-348 (#594) --- knip.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/knip.config.js b/knip.config.js index 899d3063..6dd3edae 100644 --- a/knip.config.js +++ b/knip.config.js @@ -14,9 +14,6 @@ let config = { entry: [`src/data/**/*.js`], }, entry: [`src/scripts/index.js`], - linthtml: { - config: `linthtml.config.js`, - }, }, 'packages/shared': { entry: [`src/index.js`],