Linting
All projects should include both eslint and stylelint configs which inherit from the master Unisian configs. This ensures that the format of code remains consistent across all projects.
For older projects you will need to run npm install to install the build system, so the linters will automatically be enabled, however for newer sites you will need to do this manually
info
2.0 sites do not have a build system, so you will need to remember to run npm install at the beginning of a project
Code is also linted and auto fixed on commit, so if you notice this happening a lot, double check that linting is enabled.