build fixes
This commit is contained in:
parent
912cf71bb9
commit
59bc5303c7
51 changed files with 15390 additions and 448 deletions
10
node_modules/nodemailer/.prettierrc.js
generated
vendored
Normal file
10
node_modules/nodemailer/.prettierrc.js
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
printWidth: 160,
|
||||
tabWidth: 4,
|
||||
singleQuote: true,
|
||||
endOfLine: 'lf',
|
||||
trailingComma: 'none',
|
||||
arrowParens: 'avoid'
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue