We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856fc2f commit df0ac96Copy full SHA for df0ac96
package.json
@@ -17,7 +17,7 @@
17
"scripts": {
18
"start": "node index.js",
19
"lint": "eslint --cache ./cloud && eslint --cache index.js && eslint --cache ./spec",
20
- "lint-fix": "eslint --cache --fix ./cloud && eslint --cache --fix index.js && eslint --cache --fix./spec",
+ "lint-fix": "eslint --cache --fix ./cloud && eslint --cache --fix index.js && eslint --cache --fix ./spec",
21
"test": "mongodb-runner start && jasmine",
22
"coverage": "nyc jasmine",
23
"prettier": "prettier --write '{cloud,spec}/{**/*,*}.js' 'index.js'",
0 commit comments