misc: migrate styled typography to tailwind part II #6399
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run linters:
src/components/ErrorBoundary.tsx#L14
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run linters:
src/components/designSystem/ButtonLink.tsx#L113
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run linters:
src/components/designSystem/Toasts/ToastContainer.tsx#L17
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
Run linters:
src/components/designSystem/Toasts/ToastContainer.tsx#L29
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
Run linters:
src/components/designSystem/Toasts/ToastContainer.tsx#L31
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
Run linters:
src/components/designSystem/Toasts/ToastContainer.tsx#L46
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
Run linters:
src/components/form/ComboBox/ComboBox.tsx#L195
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run linters:
src/components/form/DatePicker/DatePicker.tsx#L208
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run linters:
src/components/form/MultipleComboBox/MultipleComboBox.tsx#L200
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run linters:
src/components/form/MultipleComboBox/MultipleComboBoxItem.tsx#L40
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Loading