.prettierrc.base.json 236 B

123456789101112
  1. {
  2. "semi": true,
  3. "trailingComma": "es5",
  4. "singleQuote": true,
  5. "printWidth": 100,
  6. "tabWidth": 2,
  7. "useTabs": false,
  8. "bracketSpacing": true,
  9. "arrowParens": "avoid",
  10. "endOfLine": "auto",
  11. "vueIndentScriptAndStyle": false
  12. }