From a70babaec4007718dcaafc61c11e88d7b6f7c462 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 12 Nov 2024 14:49:22 -0800 Subject: [PATCH] eslint: Decouple from webpack configuration. Signed-off-by: Anders Kaseorg --- .eslintrc.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index f3c50392f2..d9f3c8d676 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -312,11 +312,7 @@ module.exports = { "no-console": "error", }, settings: { - "import/resolver": { - webpack: { - config: "./web/webpack.config.ts", - }, - }, + "import/resolver": "webpack", }, }, {