diff --git a/Gruntfile.js b/Gruntfile.js index 20c9ac5..d2700dc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,7 +7,7 @@ module.exports = function(grunt) { config = { js: { all: [ 'Gruntfile.js', '**/*.js', '!**/node_modules/**/*', '!**/coverage/**/*' ], - } + }, }; grunt.initConfig({ diff --git a/package.json b/package.json index 280cc92..3f63c91 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "class.extend": "0.9.2", "coveralls": "2.11.16", "eslint": "3.16.1", - "eslint-config-silvermine": "1.0.1", + "eslint-config-silvermine": "1.1.2", "expect.js": "0.3.1", "grunt": "1.0.1", "grunt-eslint": "19.0.0", diff --git a/tests/event-unwrappers/s3-in-sns.test.js b/tests/event-unwrappers/s3-in-sns.test.js index c06bad1..800f60d 100644 --- a/tests/event-unwrappers/s3-in-sns.test.js +++ b/tests/event-unwrappers/s3-in-sns.test.js @@ -22,8 +22,8 @@ SAMPLE_EVENT = { Signature: 'Bt/ABCDEFGH==', SigningCertUrl: 'https://sns.us-east-1.amazonaws.com/SimpleNotificationService-874eba81258f454ba8bf74bf476a6f4f.pem', UnsubscribeUrl: 'https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:1234567890:some-topic-name:08d701fa-2d0d-432e-9a21-ea3986e31223', - MessageAttributes: {} - } + MessageAttributes: {}, + }, }, { EventSource: 'aws:sns', @@ -41,8 +41,8 @@ SAMPLE_EVENT = { Signature: 'Bt/ABCDEFGH==', SigningCertUrl: 'https://sns.us-east-1.amazonaws.com/SimpleNotificationService-874eba81258f454ba8bf74bf476a6f4f.pem', UnsubscribeUrl: 'https://sns.us-east-1.amazonaws.com/?Action=Unsubscribe&SubscriptionArn=arn:aws:sns:us-east-1:1234567890:some-topic-name:08d701fa-2d0d-432e-9a21-ea3986e31223', - MessageAttributes: {} - } + MessageAttributes: {}, + }, }, ], };