ts-sdk

.prettierrc 136B

123456789
  1. {
  2. "trailingComma": "all",
  3. "tabWidth": 2,
  4. "indentStyle": "es5",
  5. "semi": true,
  6. "arrowParens": "always",
  7. "singleQuote": true
  8. }