Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit62737bf

Browse files
committed
disable lint on specific line
1 parent99c79ac commit62737bf

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
constloadInterpreter=asyncfunction():Promise<any>{
415415
console.log('creating pyodide runtime');
416+
// eslint-disable-next-line
416417
//@ts-ignore
417418
pyodide=awaitloadPyodide({
418419
stdout:console.log,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp