iching-broker-level2/node_modules/nodemailer/.prettierrc.js

9 lines
156 B
JavaScript
Raw Permalink Normal View History

2025-03-25 08:54:22 +00:00
module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
};