Skip to content

Commit 64018ed

Browse files
sneak in format command
1 parent 20604f5 commit 64018ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"cdklocal": "bin/cdklocal"
77
},
88
"scripts": {
9-
"lint": "eslint bin/cdklocal"
9+
"lint": "eslint bin/cdklocal",
10+
"format": "eslint --fix bin/cdklocal"
1011
},
1112
"author": {
1213
"name": "LocalStack",

0 commit comments

Comments
 (0)