.prettierrc 90 B

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