vue-web3/.prettierrc
Georges KABBOUCHI 400a2d7581 Initial commit
2021-08-28 21:14:29 +03:00

7 lines
96 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"semi": false,
"arrowParens": "always"
}