-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
From @cdfa on December 11, 2018 13:49
Is your feature request related to a problem? Please describe.
Yes, I was trying to get this working for a project where in which the dev-dependencies state everything I'm using to develop the project except for editor specific stuff, but unibeautify seems to be unable to find beautifiers (like beautifier-js-beautify) when they are installed locally.
Describe the solution you'd like
Support locally installed beautifiers.
Describe alternatives you've considered
- Having the beautifiers globally installed, but the other stuff locally, with a comment in the package.json saying the beautifiers need to be installed globally.
Additional context
Copied from original issue: Unibeautify/unibeautify#213
jkevingutierrez