Skip to content

Commit 4c44051

Browse files
committed
fix linting
1 parent 913bd1e commit 4c44051

File tree

4 files changed

+279
-298
lines changed

4 files changed

+279
-298
lines changed

.yarnrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
save-prefix false
1+
save-prefix ""

__tests__/providers/email/ses.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test('SES should return an error if a parameter is not of the right type.', asyn
6565
expect(result).toEqual({
6666
status: 'error',
6767
errors: {
68-
email: 'The "chunk" argument must be of type string/buffer'
68+
email: 'The "chunk" argument must be one of type string or Buffer'
6969
},
7070
channels: {
7171
email: {id: undefined, providerId: 'email-ses-provider'}

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"babel-cli": "6.26.0",
34-
"babel-eslint": "8.1.0",
34+
"babel-eslint": "8.0.1",
3535
"babel-jest": "22.0.0",
3636
"babel-plugin-transform-flow-strip-types": "6.22.0",
3737
"babel-plugin-transform-runtime": "6.23.0",
@@ -40,7 +40,6 @@
4040
"babel-register": "6.26.0",
4141
"cost-of-modules": "1.0.1",
4242
"flow-bin": "0.52.0",
43-
"nodemon": "1.12.2",
4443
"jest": "22.0.0",
4544
"nodemon": "1.12.6",
4645
"notification-catcher": "1.1.0",

0 commit comments

Comments
 (0)