DEV Community

Discussion on: The ultimate migration guide to angular-eslint, ESLint and Nx 11

Collapse
 
fredericojesus profile image
Frederico Jesus

Hi. Just ran into a different problem after following this guide.
I'm getting this error: 'cannot read config file ........@typescript-eslint.js'.

The error also says that something on eslint-config-prettier version 8.0.0 and to go here github.com/prettier/eslint-config-... to follow instructions.

I followed their instructions but just can't remove that error, can someone help?

For now I reverted eslint-config-prettier to version 7.2.0 and everything works fine, but would be great if someone could help solving the issue for versions 8+.

Collapse
 
layzee profile image
Lars Gyrup Brink Nielsen

Hi, which version of eslint-config-prettier gets installed with the latest Nx version?

Collapse
 
fredericojesus profile image
Frederico Jesus

Hi Lars, just made the test, version 6.0.0 gets installed. I think this answers the question, thanks a lot.
So maybe they will address this issue when they start using version 8 of eslint-config-prettier.