- linters and formatters:
add a config to enforce code standards and code style.
Manually standardizing a coding style is not worth the conflict.
If you cannot enforce it in an automated way with zero communication then you have no standard long term.
- formatter: the teams formatters must be aligned to avoid formatter override hell.
- cspell, check english spelling. (you could expose your dictionary of words on the front end too!)
- vs-code extension, code-spell-checker - puts blue squiggles under words. (uses cspell under the hood)