Eslint arrow-body-style error in react.js
Using Airbnb’s eslint rules, I’m getting the following error in my react code but I’m not sure what’s the error.
Using Airbnb’s eslint rules, I’m getting the following error in my react code but I’m not sure what’s the error.
So I am using eslint as a linter for my react project and I would like it to check all of my .js
files.
I have the following code
I am getting an error while running this part of the code. I tried some of the existing solutions, but none of them helped.