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

10 lines
160 B
JSON
Raw Normal View History

2022-02-03 09:24:35 +00:00
{
"arrowParens": "avoid",
"parser": "typescript",
"printWidth": 100,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"semi": false
}