less than 1 minute read


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
}

Categories:

Updated: