Skip to content

Commit f4984e2

Browse files
Lint 警告を解消する #40
1 parent 8fa3a1d commit f4984e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"cSpell.words": [
33
"builtins",
4+
"ccdt",
5+
"googleusercontent",
46
"instanceof",
57
"keypress",
68
"minlength",

src/routes/pin_code/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
onMount(() => {
1212
if (!form) location.href = '/sign_in'
1313
14-
document.onfocus = (event) => {
14+
document.onfocus = (event): void => {
1515
if (event.target instanceof HTMLInputElement) event.target.select()
1616
}
1717

0 commit comments

Comments
 (0)