the-tip-top-backend/node_modules/nodemailer/.prettierrc
2025-11-17 23:47:54 +01:00

13 lines
249 B
Plaintext

{
"printWidth": 140,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf"
}