Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Apr 19, 2024
1 parent 1ce5774 commit 59944b8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
7 changes: 5 additions & 2 deletions docs-svelte-kit/src/lib/eslint/MonacoEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,13 @@
{#await loading}
{#if started}
<div class="eslint-editor-monaco-root eslint-editor-monaco-root--wait" in:loadingTypewriter />
<div
class="eslint-editor-monaco-root eslint-editor-monaco-root--wait"
in:loadingTypewriter
></div>
{/if}
{:then}
<div bind:this={rootElement} class="eslint-editor-monaco-root" />
<div bind:this={rootElement} class="eslint-editor-monaco-root"></div>
{/await}
<style>
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@
"@ota-meshi/eslint-plugin": "^0.17.1",
"@sindresorhus/slugify": "^2.2.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/kit": "^2.5.6",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/babel__core": "^7.20.5",
"@types/cross-spawn": "^6.0.6",
"@types/escape-html": "^1.0.4",
"@types/eslint": "^8.56.9",
"@types/eslint": "^8.56.10",
"@types/eslint-scope": "^3.7.7",
"@types/eslint-utils": "^3.0.5",
"@types/eslint-visitor-keys": "^3.3.0",
Expand All @@ -116,8 +116,8 @@
"@types/prismjs": "^1.26.3",
"@types/semver": "^7.5.8",
"@types/stylus": "^0.48.42",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript/vfs": "^1.5.0",
"acorn": "^8.11.3",
"assert": "^2.1.0",
Expand All @@ -135,21 +135,21 @@
"eslint-plugin-jsonc": "^2.15.1",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-node-dependencies": "^0.12.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-svelte": "^2.37.0",
"eslint-plugin-yml": "^1.14.0",
"eslint-scope": "^8.0.1",
"eslint-typegen": "^0.2.2",
"eslint-typegen": "^0.2.3",
"eslint-visitor-keys": "^4.0.0",
"espree": "^10.0.1",
"estree-walker": "^3.0.3",
"globals": "^15.0.0",
"less": "^4.2.0",
"locate-character": "^3.0.0",
"magic-string": "^0.30.9",
"magic-string": "^0.30.10",
"markdown-it-anchor": "^8.6.7",
"markdown-it-container": "^4.0.0",
"markdown-it-emoji": "^3.0.0",
Expand All @@ -169,15 +169,15 @@
"stylelint": "~16.3.1",
"stylelint-config-standard": "^36.0.0",
"stylus": "^0.63.0",
"svelte": "^5.0.0-next.102",
"svelte": "^5.0.0-next.108",
"svelte-adapter-ghpages": "0.2.2",
"svelte-i18n": "^4.0.0",
"tslib": "^2.6.2",
"type-coverage": "^2.28.1",
"typescript": "~5.4.5",
"typescript-eslint": "^7.6.0",
"typescript-eslint": "^7.7.0",
"util": "^0.12.5",
"vite": "^5.2.8",
"vite": "^5.2.9",
"vite-plugin-eslint4b": "^0.4.0",
"vite-plugin-svelte-md": "^0.1.7",
"yaml": "^2.4.1"
Expand Down

0 comments on commit 59944b8

Please sign in to comment.