d408080f5e609fd8c7bb702ab16f0ece23f8ae339c73fd2179556715b42d24146aa8e2e85d8927d5e57c1f67364b66932dd430d70d2420fd4a39e4a4275411 156 B

12345678
  1. module.exports = {
  2. printWidth: 160,
  3. tabWidth: 4,
  4. singleQuote: true,
  5. endOfLine: 'lf',
  6. trailingComma: 'none',
  7. arrowParens: 'avoid'
  8. };