mirror of https://github.com/zulip/zulip.git
eslint: Decouple from webpack configuration.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
e73f1a74f3
commit
a70babaec4
|
@ -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",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue