Skip to content

Commit 49bf172

Browse files
committed
docs: fixed white spaces
1 parent ea3b79b commit 49bf172

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/snippets/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"lint-staged": {
1717
"*.{js,ts}": "npm run lint-fix",
18-
"*.json": "prettier --write \"**/samples/*.json\" --single-quote false"
18+
"*.json": "prettier --write \"**/samples/*.json\" --single-quote false",
19+
"*.yaml": "prettier --write \"**/templates/sam/*.yaml\""
1920
},
2021
"license": "MIT-0",
2122
"repository": {

0 commit comments

Comments
 (0)