7fife-backend/node_modules/nodemailer/.prettierrc.js

9 lines
156 B
JavaScript
Raw Permalink Normal View History

2024-03-07 13:01:44 +00:00
module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
};