Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applying prettier configs to project (#399)
This PR is for applying the prettier configs to the project, so that the PRs are not polluted with the new configs. ### What was happening * The prettier configs were changed * This can cause that when a file is changed, the formatting will be changed * The respective PR of a given task will bring many formatting changed, causing the actual changes to be hidden ### What was done * Ran the command: `npm run prettier` * All changes caused by it, being now commit ### Test Steps 1. No actual code change 2. No need to test code ### Checklist * [ ] tested locally * [ ] documented the code * [x] clean all warnings and errors of eslint * [ ] requires changes in OutSystems (if so, provide a module with changes) * [ ] requires new sample page in OutSystems (if so, provide a module with changes)
- Loading branch information