...
- We use Composer to manage dependencies.
- We follow the official WordPress coding standards and conventions.
- We use PHP Code Sniffer with WPCS Sniffs to enforce these standards and conventions.
- We use SASS to write modern and modular CSS code.
- We currently do not use a specific tool to enforce CSS and JS WordPress coding conventions but we might in the future.
- We use EditorConfig to maintain consistent coding styles between our different editors and IDEs.
- We use CircleCI Github Actions to build and run tests on our projects.
...