wesbos / eslint-config-wesbos

No-Sweat™ Eslint and Prettier Setup - with or without VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After installing per instructions, the linter functionality works but not the Prettier functionality (in VS Code)

mattdimicelli opened this issue · comments

I installed as per instructions on Xubuntu. I did the global install the first time, but I learned that yes it is deprecated so I followed the instructions on the bottom of the screen to uninstall all of that, and then I did a local install. After leaving the .eslintrc file as
{
"extends": {
"wesbos"
]
}
the ESLinter linter functionality seems to work, but I cannot see any Prettier functionality.