We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mongoosejs
Learn more about funding links in repositories.
Report abuse
1 parent aac346a commit fc3f645Copy full SHA for fc3f645
.gitignore
@@ -17,6 +17,7 @@ test/triage/*.js
17
/inspections
18
bin/mongoose.min.js
19
coverage
20
+npm-debug.log
21
22
# Visual Studio
23
# =========
package.json
@@ -39,7 +39,7 @@
39
"bluebird": "2.9.34",
40
"co": "3.1.0",
41
"dox": "0.3.1",
42
- "eslint": "1.7.3",
+ "eslint": "1.9.0",
43
"highlight.js": "7.0.1",
44
"istanbul": "^0.3.13",
45
"jade": "0.26.3",
@@ -67,7 +67,8 @@
67
"scripts": {
68
"install-browser": "npm install `node format_deps.js`",
69
"test": "mocha --async-only test/*.test.js test/**/*.test.js",
70
- "test-cov": "istanbul cover _mocha --async-only test/*.test.js"
+ "test-cov": "istanbul cover _mocha --async-only test/*.test.js",
71
+ "lint": "eslint . --quiet"
72
},
73
"main": "./index.js",
74
"engines": {
0 commit comments