Skip to content

Commit 20d6d32

Browse files
committed
👷 Run a prettier format with lint-staged
1 parent ab3773d commit 20d6d32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎package.json‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"prepare": "husky install"
88
},
99
"lint-staged": {
10+
"**/*.md|**/*.yaml": [
11+
"pnpm run format"
12+
],
1013
"!(packages/core/test_resources/actual_data/**/*)*.dart": [
1114
"melos format"
1215
]

0 commit comments

Comments
 (0)