mirror of
https://github.com/pyscript/pyscript.git
synced 2022-05-01 19:47:48 +03:00
disable lint on specific line
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
initializers,
|
||||
loadedEnvironments,
|
||||
mode,
|
||||
navBarOpen,
|
||||
postInitializers,
|
||||
pyodideLoaded,
|
||||
scriptsQueue,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user