You can add the following to your .eslintignore file to fix the issue:
.eslintignore
/components/ui/**.tsx
This will exclude all .tsx files in the components/ui directory from linting.
.tsx
components/ui