.prettierrc.json 86 B

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