.prettierrc.js 127 B

1234567
  1. module.exports = {
  2. semi: true,
  3. trailingComma: 'all',
  4. singleQuote: false,
  5. printWidth: 120,
  6. tabWidth: 2,
  7. };