.prettierrc 90 B

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