the-tip-top-backend/node_modules/nodemailer/.prettierrc.js
2025-11-17 23:47:54 +01:00

11 lines
171 B
JavaScript

'use strict';
module.exports = {
printWidth: 160,
tabWidth: 4,
singleQuote: true,
endOfLine: 'lf',
trailingComma: 'none',
arrowParens: 'avoid'
};