You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this amazing package for beautifying my code ❤️ As, I am reading through the write-up, I notice that it mentions eslint, tslint, and all peer dependencies required by your specific configuration must be installed locally
Currently I only have Eslint globally installed on my Mac (sudo npm install -g eslint), if I understand correctly, does it mean that prettier plugin cannot work properly with this globally installed Eslint, even if I enable prettier.eslintIntegration?
For example, for the current project I am working on, do I have to install Eslint again locally to make it work?
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for this amazing package for beautifying my code ❤️ As, I am reading through the write-up, I notice that it mentions eslint, tslint, and all peer dependencies required by your specific configuration must be installed locally
Currently I only have Eslint globally installed on my Mac (
sudo npm install -g eslint
), if I understand correctly, does it mean that prettier plugin cannot work properly with this globally installed Eslint, even if I enableprettier.eslintIntegration
?For example, for the current project I am working on, do I have to install Eslint again locally to make it work?
Thanks
The text was updated successfully, but these errors were encountered: