interledger-deprecated / ilp-plugin-ethereum

Other
10 stars 12 forks source link

fix the circleci tests #11

Open michielbdejong opened 7 years ago

michielbdejong commented 7 years ago

Lint is choking on the "async" keyword. I had a brief stab at fixing that but got bogged down in lint versions and plugins. One thing to notice is that async is an ES7 feature (not ES6).