eslint: Decouple from webpack configuration.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-11-12 14:49:22 -08:00 committed by Tim Abbott
parent e73f1a74f3
commit a70babaec4
1 changed files with 1 additions and 5 deletions

View File

@ -312,11 +312,7 @@ module.exports = {
"no-console": "error", "no-console": "error",
}, },
settings: { settings: {
"import/resolver": { "import/resolver": "webpack",
webpack: {
config: "./web/webpack.config.ts",
},
},
}, },
}, },
{ {