Drecula

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
-
-
-
Drecula commented, -
Drecula created a post, Automatic spacing of es6 method params
Hi, I have a React ES6 functional component with props destructured one per line, I want the formatting to be like this: const foo = ({ param1, param2, param3, param4, }) => ( but Webstor...