Skip to content

Commit

Permalink
Applying prettier configs to project (#399)
Browse files Browse the repository at this point in the history
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
rugoncalves authored Feb 14, 2024
2 parents 607fc85 + a75d5b5 commit d1c24d0
Show file tree
Hide file tree
Showing 232 changed files with 16,180 additions and 19,023 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ dist
dependencies
node_modules

src/@types
*.css

# don't lint settings
Expand Down
Loading

0 comments on commit d1c24d0

Please sign in to comment.