fregante / iphone-inline-video

📱 Make videos playable inline on the iPhone (prevents automatic fullscreen)
https://npm.im/iphone-inline-video
MIT License
2.06k stars 298 forks source link

Fails JSHint #91

Closed morourke99 closed 7 years ago

morourke99 commented 7 years ago

Any chance of getting this script to pass JSHint? The app I'm trying to incorporate it into fails to build do to the errors found.

fregante commented 7 years ago

Thanks for opening an issue!

Linters should only be run on your own code because everyone has different styles. The code already passes in ESLint+XO

What errors are you seeing, anyway?