.prettierrc.json 91 B

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