chore: add yml to lint-staged

This commit is contained in:
Mythie
2023-12-08 13:01:59 +11:00
parent 7feba02e08
commit 48f6765e76

View File

@@ -1,3 +1,4 @@
module.exports = {
'**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}': ['prettier --write'],
'**/*.yml': ['prettier --write'],
};