mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
config(prettier): always use arrowParens
This commit is contained in:
parent
fdeeadc074
commit
c10fbdd82a
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"useTabs": false
|
"useTabs": false,
|
||||||
|
"arrowParens": "always"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user