.prettierrc.json 90 B

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