React-Setup
With Webstorm, follow below website
Blog post: https://sungtae-kim.tistory.com/24
Change webstorm .prettierrc file options as below
{
"singleQuote": true,
"semi": true,
"useTabs": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 80
}