mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
module.exports = {
|
|
'**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}': ['prettier --write'],
|
|
};
|