SparkPost / node-sparkpost

SparkPost client library for Node.js
https://www.sparkpost.com/
Other
180 stars 42 forks source link

Locking eslint-config-sparkpost for builds to pass #232

Closed jgzamora closed 6 years ago

jgzamora commented 6 years ago

The latest eslint-config-sparkpost requires a newer version of eslint, causing the build to fail. I created this branch with the intention of upgrading eslint, but the newest eslint-config-sparkpost also causes a lot of new linting errors. Whether we want to adhere to these new rules in this lib is a different issue, so I locked eslint-config-sparkpost to 1.3.1 to get the builds passing for now.