Files
wallet.fullstack.cash/.prettierrc
T

6 lines
73 B
Plaintext
Raw Normal View History

2022-02-05 16:46:25 -08:00
{
"arrowParens": "avoid",
"semi": false,
"no-unused-vars": false
}