.prettierrc 82 B

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