wallet-connect-web-examples/wallets/react-wallet-v2/.prettierrc.json
2022-02-03 11:24:35 +02:00

10 lines
160 B
JSON

{
"arrowParens": "avoid",
"parser": "typescript",
"printWidth": 100,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"semi": false
}