Skip to content

Commit db010c3

Browse files
feat: update pre-commit hook
1 parent 7299b3f commit db010c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
},
1919
"lint-staged": {
2020
"*.{js,jsx,ts,tsx}": [
21-
"npm run fix",
22-
"npm run lint"
21+
"eslint --fix",
22+
"prettier --write"
2323
]
2424
},
2525
"dependencies": {

0 commit comments

Comments
 (0)