Skip to content

Commit cc5f14e

Browse files
srameshrdplewis
andauthored
fix: Postrgres group aggregation (#6522)
* Postrgres group aggregation * convert tabs to spaces Co-authored-by: Diamond Lewis <[email protected]>
1 parent bfdcba8 commit cc5f14e

File tree

2 files changed

+183
-155
lines changed

2 files changed

+183
-155
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"docs": "jsdoc -c ./jsdoc-conf.json",
9797
"dev": "npm run build && node bin/dev",
9898
"lint": "flow && eslint --cache ./",
99+
"lint-fix": "eslint --fix --cache ./",
99100
"build": "babel src/ -d lib/ --copy-files",
100101
"watch": "babel --watch src/ -d lib/ --copy-files",
101102
"pretest": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=4.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} MONGODB_STORAGE_ENGINE=${MONGODB_STORAGE_ENGINE:=mmapv1} mongodb-runner start",
@@ -133,7 +134,7 @@
133134
"lint-staged": {
134135
"{src,spec}/**/*.js": [
135136
"prettier --write",
136-
"eslint --cache",
137+
"eslint --fix --cache",
137138
"git add"
138139
]
139140
}

0 commit comments

Comments
 (0)