microscopium / microscopium-ui

Microscopium web interface.
2 stars 4 forks source link

Add new .jshintrc file and enable strict mode all JS files #79

Closed starcalibre closed 8 years ago

starcalibre commented 8 years ago

Add new .jshintrc file and enable strict mode all JS files

This PR adds a stricter .jshintrc file based on the Airbnb JS style guide with a few small changes.

jni commented 8 years ago

@starcalibre I like it! Linters are just amazing. =)