.prettierrc 104 B

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