• File: .prettierrc.js
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/nodemailer/.prettierrc.js
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 156 bytes
  • MIME-type: text/plain
  • Charset: utf-8
module.exports = {
    printWidth: 160,
    tabWidth: 4,
    singleQuote: true,
    endOfLine: 'lf',
    trailingComma: 'none',
    arrowParens: 'avoid'
};