Skip to content

Commit 213edd4

Browse files
committed
Fix lint-staged config
1 parent 766db80 commit 213edd4

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.lintstagedrc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"linters": {
3-
"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}": [
4-
"prettier --write",
5-
"git add"
6-
]
7-
}
2+
"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}": [
3+
"prettier --write",
4+
"git add"
5+
]
86
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"husky": {
4444
"hooks": {
4545
"pre-commit": "lint-staged",
46-
"pre-push": "jlpm run integrity"
46+
"pre-push": "yarn run integrity"
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)