Introduce Eslint to validate style

This patch introduces eslint and fixes multiple minor code
style issues.
This commit is contained in:
Andrey Lushnikov
2017-06-11 01:32:59 -07:00
parent 2b50d8cc32
commit 1f51384918
14 changed files with 165 additions and 33 deletions

2
.eslintignore Normal file
View File

@@ -0,0 +1,2 @@
third_party/*
examples/*