79244735

Date: 2024-12-02 16:01:43
Score: 0.5
Natty:
Report link

You can add the following to your .eslintignore file to fix the issue:

/components/ui/**.tsx

This will exclude all .tsx files in the components/ui directory from linting.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Moshe Fortgang