DEV Community

Discussion on: Getting Prettier, Eslint and Vscode to work together

Collapse
 
adjiganoff profile image
Roman Vasyliev

Thanks for the tutorial!

By the way, isn't it sufficient just to add this single string?

"extends": ["plugin:prettier/recommended"],

Because it essentially does this, doesn't it?