.prettierrc 97 B

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