.prettierrc 87 B

12345
  1. semi: true
  2. trailingComma: "es5"
  3. singleQuote: true
  4. arrowParens: "avoid"
  5. printWidth: 100