complete-intro-to-react-v6 icon indicating copy to clipboard operation
complete-intro-to-react-v6 copied to clipboard

add babelOptions attribute

Open Saif-Shines opened this issue 3 years ago • 0 comments

For reasons that I completely don't understand, eslint began to throw the a parsing error.

Parsing error: No Babel config file detected
Parsing error: No Babel config file detected for ~/react-v6/src/Carousel.js. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.

I was able to fix it by appending the following attribute. Assuming it helps, raising this Pull Request.

Saif-Shines avatar Jul 15 '21 11:07 Saif-Shines