Skip to content

Commit e4bc896

Browse files
authored
chore: bump lint-staged (#6090)
1 parent c11d301 commit e4bc896

File tree

2 files changed

+150
-74
lines changed

2 files changed

+150
-74
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"gulp": "^3.9.1",
102102
"husky": "^4.3.0",
103103
"lerna": "^3.16.4",
104-
"lint-staged": "^9.2.5",
104+
"lint-staged": "10.5.4",
105105
"overmind-devtools": "^26.0.2",
106106
"prettier": "2.1.1",
107107
"pretty-quick": "^3.0.0",
@@ -119,8 +119,7 @@
119119
"lint-staged": {
120120
"*.{js,jsx,ts,tsx}": [
121121
"cross-env LINT=1 eslint --fix",
122-
"pretty-quick --staged",
123-
"git add"
122+
"pretty-quick --staged"
124123
]
125124
},
126125
"engines": {

0 commit comments

Comments
 (0)