Bump vite from 4.5.0 to 4.5.1 #344
Annotations
8 errors and 7 warnings
Lint:
src/api/common/apiClient.ts#L8
Unable to resolve path to module '@/packages/localStorage'
|
Lint:
src/features/auth/hooks/useLogin.ts#L12
Unable to resolve path to module '@/packages/localStorage'
|
Lint:
src/features/auth/utils/clearAuthLocalStorageState.ts#L6
Unable to resolve path to module '@/packages/localStorage'
|
Lint:
src/hooks/common/useLocalStorage.tsx#L11
Unable to resolve path to module '@/packages/localStorage'
|
Lint:
src/redux/login/sagas/AuthSaga.ts#L9
Unable to resolve path to module '@/packages/localStorage'
|
Lint:
src/redux/market/reducers/OrderBookReducer.ts#L9
Unable to resolve path to module '@/packages/localStorage'
|
Lint:
src/redux/market/reducers/StatementsReducer.ts#L8
Unable to resolve path to module '@/packages/localStorage'
|
Lint
Process completed with exit code 1.
|
Lint:
src/api/common/apiClient.ts#L8
`@/packages/localStorage` import should occur after import of `./apiHelpers`
|
Lint:
src/features/auth/hooks/useLogin.ts#L12
`@/packages/localStorage` import should occur after import of `../utils/calculateRevalidateJwtTimeout`
|
|
Lint:
src/hooks/common/table/useInitialTableState.ts#L10
`../useLocalStorage` import should occur before type import of `@/packages/localStorage`
|
Lint:
src/redux/login/sagas/AuthSaga.ts#L9
`@/packages/localStorage` import should occur after import of `../actions`
|
Lint:
src/redux/market/reducers/OrderBookReducer.ts#L10
`../actions` import should occur before import of `@/packages/localStorage`
|
Lint:
src/redux/market/reducers/StatementsReducer.ts#L9
`../actions` import should occur before import of `@/packages/localStorage`
|
The logs for this run have expired and are no longer available.
Loading