1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

refactor: auth pages (#15328)

This commit is contained in:
Jason Rasmussen
2025-01-14 09:14:28 -05:00
committed by GitHub
parent 9e1651ef66
commit f70ee3f350
10 changed files with 294 additions and 362 deletions

View File

@ -81,6 +81,7 @@ export default [
'unicorn/prevent-abbreviations': 'off',
'unicorn/no-nested-ternary': 'off',
'unicorn/consistent-function-scoping': 'off',
'unicorn/filename-case': 'off',
'unicorn/prefer-top-level-await': 'off',
'unicorn/import-style': 'off',
'svelte/button-has-type': 'error',