Skip to content

Commit

Permalink
feat: add lintfix script
Browse files Browse the repository at this point in the history
  • Loading branch information
ifyour committed Nov 6, 2023
1 parent 1823e2a commit c9f9b35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"lintfix": "tsdx lint --fix",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
Expand Down Expand Up @@ -52,4 +53,4 @@
"tslib": "^2.6.2",
"typescript": "^4.2.2"
}
}
}

0 comments on commit c9f9b35

Please sign in to comment.