.prettierrc (223B)
1 { 2 "trailingComma": "all", 3 "tabWidth": 2, 4 "semi": true, 5 "singleQuote": false, 6 "overrides": [ 7 { 8 "files": "**/src/i18n/strings.ts", 9 "options": { 10 "quoteProps": "consistent" 11 } 12 } 13 ] 14 }
taler-typescript-coreWallet core logic and WebUIs for various components | |
| Log | Files | Refs | Submodules | README | LICENSE |