Files
nostr_login_lite/packages/components/.prettierrc.json
Your Name 37fb89c0a9 first
2025-09-09 09:32:09 -04:00

14 lines
266 B
JSON

{
"arrowParens": "avoid",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"quoteProps": "consistent",
"printWidth": 180,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false
}