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