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