initial javascript rewrite

This commit is contained in:
Dawid Dziurla
2020-02-29 23:01:03 +01:00
parent f16ced8d0e
commit fa231fb236
53 changed files with 14218 additions and 14 deletions

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

@ -0,0 +1,5 @@
module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true
};