elicwhite / ESLint-Formatter

Sublime Text 3 Plugin to Autoformat with Eslint
MIT License
140 stars 20 forks source link

Better lookup for the first eslint installed in the project tree #53

Closed ramiel closed 7 years ago

ramiel commented 7 years ago

It looks now for node_modules/eslint folder which should be a reliable way to determine where eslint is installed. Close #52

ramiel commented 7 years ago

Now the question is. Should we look directly for node_modules/.bin/eslint?

elicwhite commented 7 years ago

We can give this a try and see if it makes things better.

👍

Feel free to create a new release. Follow this commit as a guide and then make a release through the github ui to tag the proper commit. https://github.com/TheSavior/ESLint-Formatter/commit/0f9b5adea78a3828e2793c09586331202cae4415

ramiel commented 7 years ago

I could do it but in general I won't have many time to dedicate to this project,not more then solving some issue sometime. So it's better if you take care of releasing and all the rest.