Skip to content

Commit

Permalink
sneak in format command
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschubert committed Nov 20, 2024
1 parent 20604f5 commit 64018ed
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 @@ -6,7 +6,8 @@
"cdklocal": "bin/cdklocal"
},
"scripts": {
"lint": "eslint bin/cdklocal"
"lint": "eslint bin/cdklocal",
"format": "eslint --fix bin/cdklocal"
},
"author": {
"name": "LocalStack",
Expand Down

0 comments on commit 64018ed

Please sign in to comment.