mirror of
https://github.com/documenso/documenso.git
synced 2025-11-09 20:12:31 +10:00
4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
module.exports = {
|
|
'**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}': ['prettier --write'],
|
|
};
|