forked from cerc-io/cosmos-explorer
feat: code prettierrc
This commit is contained in:
parent
674810d513
commit
e88fff9e3d
9
.prettierrc.json
Normal file
9
.prettierrc.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"tabWidth": 2,
|
||||||
|
"singleQuote": true,
|
||||||
|
"semi": true,
|
||||||
|
"endOfLine": "auto",
|
||||||
|
"bracketSpacing": true,
|
||||||
|
"TrailingCooma": true,
|
||||||
|
"arrowParens": "always"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user