Skip to content

Commit df0ac96

Browse files
authored
Fix linting for spec (parse-community#388)
1 parent 856fc2f commit df0ac96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"start": "node index.js",
1919
"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",
20+
"lint-fix": "eslint --cache --fix ./cloud && eslint --cache --fix index.js && eslint --cache --fix ./spec",
2121
"test": "mongodb-runner start && jasmine",
2222
"coverage": "nyc jasmine",
2323
"prettier": "prettier --write '{cloud,spec}/{**/*,*}.js' 'index.js'",

0 commit comments

Comments
 (0)