Skip to content

Commit b058f82

Browse files
committed
Add format and format:check commands
1 parent b74ba47 commit b058f82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codemods/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "reselect-codemods",
33
"version": "0.1.0",
44
"scripts": {
5+
"format": "prettier -w .",
6+
"format:check": "prettier -c .",
57
"lint": "eslint --flag unstable_ts_config",
68
"lint:fix": "eslint --fix --flag unstable_ts_config",
79
"test": "vitest --run",

0 commit comments

Comments
 (0)