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