mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
refactor: future proofing the prettier/lint-staged for js/ts filetypes
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
module.exports = {
|
||||
"**/*.{ts,tsx,md}": [
|
||||
"prettier --write"
|
||||
]
|
||||
}
|
||||
'**/*.{js,jsx,cjs,mjs,ts,tsx,cts,mts,mdx}': ['prettier --write'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user