chore: add prettier config, closes #78
This commit is contained in:
parent
e37df7c269
commit
6f88b76722
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"singleQuote": false,
|
||||
"semi": false,
|
||||
"trailingComma": "all",
|
||||
"endOfLine": "lf"
|
||||
}
|
||||
Loading…
Reference in New Issue