nostr-react/.prettierrc.json

7 lines
90 B
JSON
Raw Normal View History

2022-12-20 08:04:09 +00:00
{
"semi": false,
"tabWidth": 2,
"trailingComma": "all",
"arrowParens": "always"
}