molindo / eslint-config-molindo

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

Enable `react/function-component-definition` #81

Closed amannn closed 11 months ago

amannn commented 2 years ago

… with:

{
  "namedComponents": "function-declaration"
}

This provides auto fixing for a pattern we're already enforcing with func-style.

amannn commented 11 months ago

Duplicate of #75