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" }