We can use prettier and eslint for the linting. This can help us keep the source code consistent and perhaps improve development experience and review.
We can also setup automated github workflows to run these checks whenever a PR or release is made.
An addition could be using dependabot (as is on TLDR and Gh stats repo) for maintaining versions of dependencies/dev-dependencies.