As requested @laurarodgers, prettier config file added to the repo. The prettier extension in VS Code should automatically read this and override any other settings set in VS Code itself.
These are the settings I've used previously to prettify our files. So it shouldn't change any of the current files.
For convenience and better detection in IDE's, I moved the eslint config from .github/linters to / aka root.
As requested @laurarodgers, prettier config file added to the repo. The prettier extension in VS Code should automatically read this and override any other settings set in VS Code itself.
These are the settings I've used previously to prettify our files. So it shouldn't change any of the current files.
For convenience and better detection in IDE's, I moved the eslint config from
.github/linters
to/
aka root.