mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +00:00
fmt
This commit is contained in:
@@ -26,9 +26,9 @@ const rule = ESLintUtils.RuleCreator(
|
||||
type: "problem",
|
||||
docs: {
|
||||
description:
|
||||
"Disallow calling logger.getChild() at the top level of a module." +
|
||||
"`getChild` has to be called after the rageshake logger `init()`." +
|
||||
"If it is called at the top level the child logger will never be setup for rageshakes.",
|
||||
"Disallow calling logger.getChild() at the top level of a module." +
|
||||
"`getChild` has to be called after the rageshake logger `init()`." +
|
||||
"If it is called at the top level the child logger will never be setup for rageshakes.",
|
||||
},
|
||||
messages: {
|
||||
noTopLevelGetChild:
|
||||
|
||||
Reference in New Issue
Block a user