.prettierrc.js 116 B

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