Skip to content

Commit bf8ac4b

Browse files
committed
fix: update lint-staged configuration to use pnpm scripts for formatting and linting
1 parent 74d3aa2 commit bf8ac4b

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
@@ -43,8 +43,8 @@
4343
},
4444
"lint-staged": {
4545
"*.{js,ts}": [
46-
"prettier --write",
47-
"eslint"
46+
"pnpm run format:check",
47+
"pnpm run lint"
4848
]
4949
}
5050
}

0 commit comments

Comments
 (0)