Remove // eslint-disable-next-line no-unused-vars in svelte

This commit is contained in:
Adria Navarro 2024-04-17 12:19:58 +02:00
parent ec93ea59c1
commit 7e1afd8b73
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 328c84234d11d97d840f0eb2c72665b04ba9e4f8
Subproject commit e525e1c87322689436dba62794dd984f66e433f8

View File

@ -9,7 +9,6 @@
"",
requiredValidator
)
// eslint-disable-next-line no-unused-vars
const [repeatPassword, _, repeatTouched] = createValidationStore(
"",
requiredValidator