mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 11:12:06 +10:00
structure
This commit is contained in:
5
apps/website/prettier.config.js
Normal file
5
apps/website/prettier.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
singleQuote: true,
|
||||
semi: false,
|
||||
plugins: [require('prettier-plugin-tailwindcss')],
|
||||
}
|
||||
Reference in New Issue
Block a user