Implement a formatter pre-commit hook
To ensure a global formating on project files, we need to add a formatter tool. Prettier is great for this, and can be set as pre-commit hooks.
It forces formatting with the same standard whenever a commit is added to the project. This allows to correct mistakes, thus creating a cleaner repository.
Don't forget to verify conflicts with eslint and document this in the Contribution guide or README.md file.