.prettierrc 67 B

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