Add lint rule to make sure future child loggers are setup correctly

This commit is contained in:
Timo K.
2026-07-07 19:34:03 +02:00
parent a6921e2bfb
commit 706cddafb0
4 changed files with 97 additions and 3 deletions

View File

@@ -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,
},
};