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

10
node_modules/nodemailer/.prettierrc.js generated vendored Normal file
View File

@@ -0,0 +1,10 @@
'use strict';
module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
};