.prettierrc 91 B

1234567
  1. {
  2. "printWidth": 99,
  3. "singleQuote": false,
  4. "semi": false,
  5. "trailingComma": "none"
  6. }