Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
BDav24 committed Jan 11, 2018
1 parent 913bd1e commit 4c44051
Show file tree
Hide file tree
Showing 4 changed files with 279 additions and 298 deletions.
2 changes: 1 addition & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
save-prefix false
save-prefix ""
2 changes: 1 addition & 1 deletion __tests__/providers/email/ses.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test('SES should return an error if a parameter is not of the right type.', asyn
expect(result).toEqual({
status: 'error',
errors: {
email: 'The "chunk" argument must be of type string/buffer'
email: 'The "chunk" argument must be one of type string or Buffer'
},
channels: {
email: {id: undefined, providerId: 'email-ses-provider'}
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-eslint": "8.1.0",
"babel-eslint": "8.0.1",
"babel-jest": "22.0.0",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-plugin-transform-runtime": "6.23.0",
Expand All @@ -40,7 +40,6 @@
"babel-register": "6.26.0",
"cost-of-modules": "1.0.1",
"flow-bin": "0.52.0",
"nodemon": "1.12.2",
"jest": "22.0.0",
"nodemon": "1.12.6",
"notification-catcher": "1.1.0",
Expand Down
Loading

0 comments on commit 4c44051

Please sign in to comment.