.prettierrc.json 88 B

123456
  1. {
  2. "printWidth": 80,
  3. "semi": true,
  4. "singleQuote": true,
  5. "trailingComma": "all"
  6. }