.prettierrc 238 B

1234567891011
  1. {
  2. "trailingComma": "none",
  3. "tabWidth": 4,
  4. "semi": false,
  5. "singleQuote": false,
  6. "jsxBracketSameLine": false,
  7. "useTabs": false,
  8. "printWidth": 500,
  9. "jsxSingleQuote": true,
  10. "vueIndentScriptAndStyle": true
  11. }