diff --git a/package.json b/package.json index aca0bdf03..12bc180b3 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,14 @@ "version": "0.0.3", "description": "eslint", "author": "Code Climate", - "repository" : { - "type" : "git", - "url" : "http://github.com/codeclimate/codeclimate-eslint.git" + "repository": { + "type": "git", + "url": "http://github.com/codeclimate/codeclimate-eslint.git" }, "dependencies": { "babel-eslint": "4.1.3", - "eslint": "codeclimate/eslint.git#65c744a", + "eslint": "codeclimate/eslint.git#650b418", + "eslint-config-airbnb": "^1.0.0", "eslint-plugin-babel": "2.1.1", "eslint-plugin-react": "3.6.3", "glob": "5.0.14"