Skip to content

Commit fa99343

Browse files
committed
Add lint:fix command
1 parent a038956 commit fa99343

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codemods/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"scripts": {
55
"lint": "eslint --flag unstable_ts_config",
6+
"lint:fix": "eslint --fix --flag unstable_ts_config",
67
"test": "vitest --run",
78
"test:watch": "vitest --watch",
89
"test:coverage": "vitest --coverage"

0 commit comments

Comments
 (0)