mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
chore: add yml to lint-staged
This commit is contained in:
parent
7feba02e08
commit
48f6765e76
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
module.exports = {
|
||||
'**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}': ['prettier --write'],
|
||||
'**/*.yml': ['prettier --write'],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue