.prettierrc 81 B

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