10000 disable lint on specific line · robinboot/pyscript@62737bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 62737bf

Browse files
committed
disable lint on specific line
1 parent 99c79ac commit 62737bf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pyscriptjs/src/App.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
initializers,
66
loadedEnvironments,
77
mode,
8-
navBarOpen,
98
postInitializers,
109
pyodideLoaded,
1110
scriptsQueue,

pyscriptjs/src/interpreter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ output_manager = OutputManager()
413413

414414
const loadInterpreter = async function (): Promise<any> {
415415
console.log('creating pyodide runtime');
416+
// eslint-disable-next-line
416417
// @ts-ignore
417418
pyodide = await loadPyodide({
418419
stdout: console.log,

0 commit comments

Comments
 (0)
0