cs-education / sysbuild

A system programming learning environment in the browser
https://cs-education.github.io/sys/
Other
36 stars 35 forks source link

Use stricter ESLint code style rules #170

Closed neelabhg closed 8 years ago

neelabhg commented 8 years ago

This PR updates our ESLint config to use the Airbnb JavaScript Style Guide. Several, mostly mechanical, changes had to be made to existing code to adhere to the new style rules. Rules which require non-trivial/tedious changes have been disabled for now.

/cc @angrave @prevosis