chore: lint warn on console.log (#1135)
This commit is contained in:
@@ -44,6 +44,7 @@ const startApplication: StartApplication = async function startApplication(
|
||||
enableUnfinishedFeatures: boolean,
|
||||
webSocketUrl: string,
|
||||
) {
|
||||
// eslint-disable-next-line no-console
|
||||
SNLog.onLog = console.log
|
||||
SNLog.onError = console.error
|
||||
let root: Root
|
||||
|
||||
Reference in New Issue
Block a user