feat: auth settings #735
Annotations
11 errors
check
Process completed with exit code 1.
|
lint:
src/frontend/src/lib/components/auth/AuthConfig.svelte#L2
`$lib/stores/i18n.store` import should occur after import of `@dfinity/utils`
|
lint:
src/frontend/src/lib/components/auth/AuthConfig.svelte#L3
`$lib/components/ui/Value.svelte` import should occur after import of `@dfinity/utils`
|
lint:
src/frontend/src/lib/components/auth/AuthConfig.svelte#L4
`$lib/components/ui/SkeletonText.svelte` import should occur after import of `@dfinity/utils`
|
lint:
src/frontend/src/lib/components/auth/AuthConfig.svelte#L5
`$declarations/satellite/satellite.did` type import should occur after import of `@dfinity/utils`
|
lint:
src/frontend/src/lib/components/auth/AuthConfig.svelte#L6
`$lib/api/satellites.api` import should occur after import of `@dfinity/utils`
|
lint:
src/frontend/src/lib/components/auth/AuthConfig.svelte#L8
`$lib/stores/auth.store` import should occur after import of `@dfinity/utils`
|
lint:
src/frontend/src/lib/components/auth/AuthSettings.svelte#L4
`@dfinity/principal` type import should occur before import of `$lib/components/auth/AuthConfig.svelte`
|
lint:
src/frontend/src/lib/components/db/DbData.svelte#L22
`$lib/stores/i18n.store` import should occur before import of `$lib/stores/pagination.store`
|
lint:
src/frontend/src/routes/(app)/authentication/+page.svelte#L17
`$lib/components/auth/AuthSettings.svelte` import should occur before import of `$lib/components/auth/Users.svelte`
|
lint
Process completed with exit code 1.
|