.prettierrc 135 B

1234567
  1. {
  2. "printWidth": 100,
  3. "singleQuote": true,
  4. "trailingComma": "none",
  5. "arrowParens": "avoid",
  6. "vueIndentScriptAndStyle": true
  7. }