mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-09-09 06:14:06 +07:00
node_modules: update
This commit is contained in:
5
node_modules/nodemailer/.prettierrc.js
generated
vendored
5
node_modules/nodemailer/.prettierrc.js
generated
vendored
@ -1,5 +1,8 @@
|
||||
module.exports = {
|
||||
printWidth: 160,
|
||||
tabWidth: 4,
|
||||
singleQuote: true
|
||||
singleQuote: true,
|
||||
endOfLine: 'lf',
|
||||
trailingComma: 'none',
|
||||
arrowParens: 'avoid'
|
||||
};
|
||||
|
Reference in New Issue
Block a user