molindo / eslint-config-molindo

ESLint config that implements the Molindo styleguide and helps to catch errors.
MIT License
1 stars 2 forks source link

Consider turning `react/display-name` off #72

Closed amannn closed 11 months ago

amannn commented 2 years ago

It often has false positives like:

t('questions.description', {
  contact: (children) => (
    <Link href="/contact">
      <a>{children}</a>
    </Link>
  )
})

With the patterns we use to define React components this should usually not be an issue.

amannn commented 11 months ago

Seems like this is no longer reported.