Bump @emoji-mart/data from 1.1.2 to 1.2.1 (#612) #334
Annotations
20 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/components/message/MessageForm.tsx#L43
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/components/message/MessageForm.tsx#L47
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/components/message/MessageForm.tsx#L88
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/components/message/MessageMapModal.tsx#L13
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/components/message/MessageMapModal.tsx#L14
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/components/message/MessageMapModal.tsx#L32
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/message/UploadButton.tsx#L26
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/message/UploadButton.tsx#L30
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#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)
|