Skip to content

Commit 187dfd1

Browse files
committed
update
1 parent 85fbe5d commit 187dfd1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

package.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -145,19 +145,6 @@
145145
"Type: Documentation": ":pencil: Documentation"
146146
}
147147
},
148-
"gitHooks": {
149-
"pre-commit": "lint-staged"
150-
},
151-
"lint-staged": {
152-
"*.{js,json,md,yml}": [
153-
"yarn format:fix",
154-
"git add"
155-
],
156-
"*.{js,ts}": [
157-
"yarn lint:fix",
158-
"git add"
159-
]
160-
},
161148
"workspaces": [
162149
"packages/*"
163150
]

0 commit comments

Comments
 (0)