dappconnect-sdks/apps/connector/.prettierrc

8 lines
136 B
Plaintext

{
"semi": false,
"singleQuote": true,
"arrowParens": "avoid",
"tailwindConfig": "./tailwind.config.ts",
"endOfLine": "auto"
}