Skip to content

Commit

Permalink
251: Add commands
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenkleinle committed Oct 24, 2024
1 parent fd0e2bc commit c663770
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"scripts": {
"format": "fvm dart format -l 120 .",
"analyze": "fvm dart analyze",
"fix": "fvm dart fix --apply",
"fix:dry": "fvm dart fix --dry-run"
}
}

0 comments on commit c663770

Please sign in to comment.