⬇️ Downgrade eslint #344
Annotations
12 errors and 2 warnings
src/api/Message.ts#L20
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/api/Message.ts#L47
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/api/Message.ts#L47
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/api/Message.ts#L59
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/api/Ticker.ts#L82
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/api/Ticker.ts#L95
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/api/Ticker.ts#L110
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/api/Ticker.ts#L118
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/api/Upload.ts#L21
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/api/User.ts#L59
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/lib/leafletFitBoundsHelper.ts#L10
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
src/lib/leafletFitBoundsHelper.ts#L13
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
src/components/useAuth.tsx#L105
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components (react-refresh/only-export-components)
|
src/components/useFeature.tsx#L45
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components (react-refresh/only-export-components)
|