mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
eslint: Provide empty webpack configuration.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
7344340fe0
commit
0b52105ebb
@@ -274,7 +274,11 @@ export default [
|
||||
{
|
||||
files: ["web/shared/**", "web/src/**"],
|
||||
settings: {
|
||||
"import/resolver": "webpack",
|
||||
"import/resolver": {
|
||||
webpack: {
|
||||
config: {},
|
||||
},
|
||||
},
|
||||
},
|
||||
rules: {
|
||||
"no-console": "error",
|
||||
|
Reference in New Issue
Block a user