Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e59cc72

Browse files
committedAug 13, 2024
Add format and format:check commands
1 parent fa99343 commit e59cc72

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)
Please sign in to comment.