Problem
We currently have functional components declared as arrow functions, and others declared as functions. We have standardized this in our code standards, but don't have anything in place to enforce this code style.
Solution
Add a lint rule for it 🙂
Problem
We currently have functional components declared as arrow functions, and others declared as functions. We have standardized this in our code standards, but don't have anything in place to enforce this code style.
Solution
Add a lint rule for it 🙂