From ee5d0dead705af5863b28637718763cc96e053dd Mon Sep 17 00:00:00 2001 From: Blake Williams Date: Mon, 9 Nov 2015 13:35:50 -0500 Subject: [PATCH] Add support for Airbnb config This bumps the version of `codeclimate/eslint` which now whitelists Airbnb. This also adds `eslint-config-airbnb` to `package.json` so projects that extend the airbnb config will work. --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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"