wallet-connect-web-examples/wallets/react-wallet-chat/.prettierrc.json

10 lines
160 B
JSON
Raw Normal View History

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