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

Commit

Permalink
fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andrenarchy committed Mar 28, 2016
1 parent 2ec1395 commit 0f05773
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
},
"rules": {
"object-curly-spacing": 0,
"no-cond-assign": [2, "except-parens"]
"no-cond-assign": [2, "except-parens"],
"no-param-reassign": [2, { "props": false }]
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongoose-erase",
"version": "2.0.8",
"version": "2.0.9",
"description": "Erase collections, models and schemas for unit testing with mongoose",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"bluebird": "^3.1.1",
"co": "^4.6.0",
"coveralls": "^2.11.6",
"eslint": "^1.9.0",
"eslint-config-airbnb": "^2.0.0",
"eslint": "^2.5.1",
"eslint-config-airbnb": "^6.2.0",
"mocha": "^2.3.4",
"mocha-lcov-reporter": "1.0.0",
"mocha-lcov-reporter": "1.2.0",
"mongoose": "^4.3.4",
"should": "^8.0.2"
},
Expand Down

0 comments on commit 0f05773

Please sign in to comment.