Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #47 from paperhive/greenkeeper-eslint-config-airbn…
Browse files Browse the repository at this point in the history
…b-10.0.0

Update eslint-config-airbnb to version 10.0.0 🚀
  • Loading branch information
andrenarchy authored Aug 5, 2016
2 parents 48027c3 + 41a8577 commit 41bf7e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,17 @@
"url": "https://github.com/paperhive/mongoose-erase/issues"
},
"homepage": "https://github.com/paperhive/mongoose-erase",
"dependencies": {
"bluebird": "^3.1.1",
"co": "^4.6.0"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"blanket": "^1.2.1",
"bluebird": "^3.1.1",
"co": "^4.6.0",
"coveralls": "^2.11.6",
"eslint": "^3.0.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.5.0",
"mocha": "^3.0.0",
"mocha-lcov-reporter": "1.2.0",
Expand Down
1 change: 1 addition & 0 deletions test/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
},
"rules": {
"func-names": 0,
"import/no-extraneous-dependencies": 0,
"no-unused-expressions": 0
}
}

0 comments on commit 41bf7e0

Please sign in to comment.