mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
Add lint rule to make sure future child loggers are setup correctly
This commit is contained in:
@@ -2,5 +2,6 @@ module.exports = {
|
||||
rules: {
|
||||
"copyright-header": require("./CopyrightHeader").default,
|
||||
"no-observablescope-leak": require("./NoObservableScopeLeak").default,
|
||||
"no-top-level-logger-get-child": require("./NoTopLevelLoggerGetChild").default,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user