taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

.prettierrc (85B)


      1 {
      2   "trailingComma": "all",
      3   "tabWidth": 2,
      4   "semi": true,
      5   "singleQuote": false
      6 }