We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint-staged
1 parent ab3773d commit 20d6d32Copy full SHA for 20d6d32
‎package.json‎
@@ -7,6 +7,9 @@
7
"prepare": "husky install"
8
},
9
"lint-staged": {
10
+ "**/*.md|**/*.yaml": [
11
+ "pnpm run format"
12
+ ],
13
"!(packages/core/test_resources/actual_data/**/*)*.dart": [
14
"melos format"
15
]
0 commit comments