Fix some linting errors

This commit is contained in:
Peter deHaan 2017-07-31 15:25:29 -07:00
parent 5effeb16d1
commit 318964251d
No known key found for this signature in database
GPG key ID: F0FC6C01C6305097
2 changed files with 7 additions and 2 deletions

3
scripts/.eslintrc.yml Normal file
View file

@ -0,0 +1,3 @@
rules:
no-console: off
no-process-exit: off