alejomejia
3/29/2020 - 3:02 AM

Prettier Config

Prettier file config. This file must be on the root of the project and have it installed on the IDE.

{
  "printWidth": 80,
  "tabWidth": 2,
  "useTabs": false,
  "semi": true,
  "singleQuote": true,
  "trailingComma": "all"
}