mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
config(prettier): always use arrowParens
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"useTabs": false
|
||||
"useTabs": false,
|
||||
"arrowParens": "always"
|
||||
}
|
||||
|
Reference in New Issue
Block a user