send-mail/node_modules/nodemailer/.prettierrc.js

9 lines
156 B
JavaScript
Raw Permalink Normal View History

2020-03-01 05:01:03 +07:00
module.exports = {
printWidth: 160,
tabWidth: 4,
2020-07-09 20:48:05 +07:00
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
2020-03-01 05:01:03 +07:00
};