.prettierrc.json 90 B

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