.prettierrc.js 135 B

1234567
  1. module.exports = {
  2. bracketSpacing: true,
  3. singleQuote: false,
  4. arrowParens: "avoid",
  5. trailingComma: "none",
  6. printWidth: 140
  7. };