Skip to content

Commit 7c19100

Browse files
committed
chore: fix doc
1 parent fa57768 commit 7c19100

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

docs-svelte-kit/src/lib/eslint/scripts/monaco-loader.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ async function setupMonaco() {
1313
paths: {
1414
vs: monacoScript.src.replace(/\/vs\/.*$/u, "/vs"),
1515
},
16-
"vs/nls": {
17-
availableLanguages: {
18-
"*": "ja",
19-
},
20-
},
2116
})
2217
}
2318
}

docs/rules/no-dom-manipulating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ This rule only tracks and checks variables given with `bind:this={}`. In other w
9696

9797
</ESLintCodeBlock>
9898

99-
See also <https://svelte.jp/examples/custom-js-transitions>.
99+
See also <https://svelte.dev/examples/custom-js-transitions>.
100100

101101
## :wrench: Options
102102

0 commit comments

Comments
 (0)