vue-web3/.prettierrc

7 lines
96 B
Plaintext
Raw Normal View History

2021-08-28 18:14:29 +00:00
{
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"arrowParens": "always"
}