diff --git a/.eslintrc b/.eslintrc index fb1e30fa6..8da2a214d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -5,7 +5,15 @@ "prettier/prettier": "error", "func-names": "off", "no-multi-assign": "off", - "vars-on-top": "warn" + "vars-on-top": "off", + "no-underscore-dangle": "warn", + "no-prototype-builtins": "warn", + "no-use-before-define": "warn", + "no-loop-func": "warn", + "no-restricted-syntax": "warn", + "no-continue": "warn", + "consistent-return": "warn", + "no-shadow": "warn" }, "overrides": [ { diff --git a/integrations/appboy/HISTORY.md b/integrations/appboy/HISTORY.md index 0347c58b7..e5fcbfe0e 100644 --- a/integrations/appboy/HISTORY.md +++ b/integrations/appboy/HISTORY.md @@ -1,3 +1,8 @@ +1.9.0 / 2019-06-19 +================== + +* Use Appboy SDK v2.3 for v2. + 1.7.1 / 2018-08-02 ================== diff --git a/integrations/appboy/README.md b/integrations/appboy/README.md index 924746540..6a6b20fbb 100644 --- a/integrations/appboy/README.md +++ b/integrations/appboy/README.md @@ -9,5 +9,5 @@ Released under the [MIT license](LICENSE). [Analytics.js]: https://segment.com/docs/libraries/analytics.js/ -[ci-link]: https://circleci.com/gh/segment-integrations/analytics.js-integration-appboy -[ci-badge]: https://circleci.com/gh/segment-integrations/analytics.js-integration-appboy-nps.svg?style=svg +[ci-link]: https://circleci.com/gh/segmentio/analytics.js-integrations +[ci-badge]: https://circleci.com/gh/segmentio/analytics.js-integrations-nps.svg?style=svg diff --git a/integrations/appboy/lib/index.js b/integrations/appboy/lib/index.js index 56966bc01..bf861e7af 100644 --- a/integrations/appboy/lib/index.js +++ b/integrations/appboy/lib/index.js @@ -39,7 +39,7 @@ var Appboy = (module.exports = integration('Appboy') ) .tag( 'v2', - '