phihag / bup

Badminton Umpire Panel
22 stars 10 forks source link

Use local jshint/eslint binary #7

Closed marvinhagemeister closed 8 years ago

marvinhagemeister commented 8 years ago

Fixes 'command not found' errors when jshint or eslint are not installed globally.

phihag commented 8 years ago

I'm not sure whether we'd be supposed to run eslint through npm as a custom script, but this works, and that's sufficient for me. Merged.

marvinhagemeister commented 8 years ago

I see what you're getting at. For now that seems to be the best solution, so that make deps leads to a working installation, including devDependencies.