diff --git a/services/notifications/app/coffee/HealthCheckController.js b/services/notifications/app/coffee/HealthCheckController.js index 3022d770f4..57b24892b1 100644 --- a/services/notifications/app/coffee/HealthCheckController.js +++ b/services/notifications/app/coffee/HealthCheckController.js @@ -1,3 +1,10 @@ +/* eslint-disable + camelcase, + no-dupe-keys, + standard/no-callback-literal, +*/ +// TODO: This file was created by bulk-decaffeinate. +// Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns diff --git a/services/notifications/app/coffee/Notifications.js b/services/notifications/app/coffee/Notifications.js index 7db2053588..f1edf123c9 100644 --- a/services/notifications/app/coffee/Notifications.js +++ b/services/notifications/app/coffee/Notifications.js @@ -1,3 +1,10 @@ +/* eslint-disable + camelcase, + handle-callback-err, + no-unused-vars, +*/ +// TODO: This file was created by bulk-decaffeinate. +// Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns diff --git a/services/notifications/app/coffee/NotificationsController.js b/services/notifications/app/coffee/NotificationsController.js index 01f2ef97ac..82201ba645 100644 --- a/services/notifications/app/coffee/NotificationsController.js +++ b/services/notifications/app/coffee/NotificationsController.js @@ -1,3 +1,9 @@ +/* eslint-disable + camelcase, + handle-callback-err, +*/ +// TODO: This file was created by bulk-decaffeinate. +// Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns