aframevr / aframe

:a: Web framework for building virtual reality experiences.
https://aframe.io/
MIT License
16.69k stars 3.98k forks source link

Linter doesn't output anything on Windows #1084

Closed dmarcos closed 8 years ago

meta-meta commented 8 years ago

I ended up installing semistandard with npm install -g and was able to run that manually to get some feedback with semistandard -v, but npm run lint yields nothing.

I'm running git bash (MINGW64) FYI

ngokevin commented 8 years ago

I believe this is fixed by removing command substitution in the lint command.