disable lint on specific line

This commit is contained in:
Fabio Pliger
2022-04-28 15:06:50 -06:00
parent 99c79acc78
commit 62737bf868
2 changed files with 1 additions and 1 deletions

View File

@@ -413,6 +413,7 @@ output_manager = OutputManager()
const loadInterpreter = async function (): Promise<any> {
console.log('creating pyodide runtime');
// eslint-disable-next-line
// @ts-ignore
pyodide = await loadPyodide({
stdout: console.log,