.prettierrc.json 127 B

12345678
  1. {
  2. "printWidth": 100,
  3. "singleQuote": false,
  4. "semi": true,
  5. "trailingComma": "es5",
  6. "tabWidth": 2,
  7. "useTabs": false
  8. }