.prettierrc.yml 79 B

12345
  1. printWidth: 100
  2. tabWidth: 2
  3. semi: false
  4. singleQuote: true
  5. trailingComma: "all"