8000 Add support for Airbnb config · codeclimate/codeclimate-eslint@ee5d0de · GitHub
[go: up one dir, main page]

Skip to content

Commit ee5d0de

Browse files
committed
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.
1 parent 7d13349 commit ee5d0de

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
"version": "0.0.3",
44
"description": "eslint",
55
"author": "Code Climate",
6-
"repository" : {
7-
"type" : "git",
8-
"url" : "http://github.com/codeclimate/codeclimate-eslint.git"
6+
"repository": {
7+
"type": "git",
8+
"url": "http://github.com/codeclimate/codeclimate-eslint.git"
99
},
1010
"dependencies": {
1111
"babel-eslint": "4.1.3",
12-
"eslint": "codeclimate/eslint.git#65c744a",
12+
"eslint": "codeclimate/eslint.git#650b418",
13+
"eslint-config-airbnb": "^1.0.0",
1314
"eslint-plugin-babel": "2.1.1",
1415
"eslint-plugin-react": "3.6.3",
1516
"glob": "5.0.14"

0 commit comments

Comments
 (0)
0