.prettierrc 93 B

123456
  1. {
  2. "arrowParens": "avoid",
  3. "semi": false,
  4. "trailingComma": "es5",
  5. "endOfLine": "lf"
  6. }