add nodemail en commit

This commit is contained in:
sorlinv
2026-03-05 16:16:13 +01:00
parent 5d83212761
commit 47433f3dc9
51 changed files with 15682 additions and 37 deletions

12
node_modules/nodemailer/.prettierrc generated vendored Normal file
View File

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