.prettierrc.js 136 B

12345678
  1. module.exports = {
  2. tabWidth: 2,
  3. printWidth: 120,
  4. semi: true,
  5. singleQuote: true,
  6. endOfLine: 'auto',
  7. arrowParens: 'always'
  8. };