Skip to content

Commit

Permalink
Merge pull request #60 from elliotttf/greenkeeper-eslint-config-airbn…
Browse files Browse the repository at this point in the history
…b-base-10.0.1

Update eslint-config-airbnb-base to version 10.0.1 🚀
  • Loading branch information
elliotttf authored Dec 8, 2016
2 parents 179069f + 4bf217b commit b0544f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions bin/jsonapi-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ catch (e) {
console.error(` ${message.message}.`);
console.error(` schemaPath: ${message.schemaPath}`);
Object.keys(message.params).forEach(param => console.error(
` ${param}: ${message.params[param]}`
));
` ${param}: ${message.params[param]}`));
});
}
process.exit(1);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"coveralls": "^2.11.9",
"eslint": "^3.8.1",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-plugin-import": "^2.0.1",
"ghooks": "^1.2.4",
"istanbul": "^0.4.4",
Expand Down
3 changes: 1 addition & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ module.exports = {
test.equal(
e.errors[0].message,
'should have required property \'data\'',
'Unexpected error reported.'
);
'Unexpected error reported.');
}

test.done();
Expand Down

0 comments on commit b0544f4

Please sign in to comment.