Commit Linter
yarn add @commitlint/config-conventional --dev
CSS/SCSS Linter
yarn add stylelint --dev
yarn add stylelint-config-twbs-bootstrap --dev
Automate functional (and visual) tests with cypress.
yarn add cypress --dev
For visual testing, add cypress-plugin-snapshots:
yarn add cypress-plugin-snapshots --dev
For lighthouse testing, add cypress-audit and lighthouse:
yarn add cypress-audit --dev
yarn add lighthouse --dev
For accessibility testing, add cypress-audit and pa11y:
yarn add cypress-audit --dev
yarn add pa11y --dev