+ 2
ERROR in [eslint] Failed to load config "prettier:recommended" to extend from.
I've tried fixing it by using : npm install --save-dev eslint-config-prettier But the error still persists.
4 ответов
+ 2
Ρέυμα Your suggestion worked, after changing it to "prettier" the above error resolved. Thanks.
But now there's a new issue, it's regarding babel-eslint, seems like I'll have to update the babel-eslint to @babel/eslint-parser.
Parsing error: No Babel config file detected for \src\App.js. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files.