Re-export logger field for plugins

This commit is contained in:
Asher
2021-01-13 16:25:39 -06:00
parent 6ce29311a8
commit 5f1fab7d27
5 changed files with 30 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ rules:
[error, { alphabetize: { order: "asc" }, groups: [["builtin", "external", "internal"], "parent", "sibling"] }]
no-async-promise-executor: off
# This isn't a real module, just types, which apparently doesn't resolve.
import/no-unresolved: [error, { ignore: ["express-serve-static-core"] }]
import/no-unresolved: [error, { ignore: ["express-serve-static-core", "code-server"] }]
settings:
# Does not work with CommonJS unfortunately.