v10.2.0

Before you upgrade, please take note of any breaking changes and deprecation notices which may affect your site. View the Upgrade Guide to see examples of how to address breaking changes.

New features ✨

  • Set up linter to improve quality of html, css, md, and json files in codebase #326
    • Installed prettier and eslint-config-prettier
    • Set up prettier configuration in .prettierrc.js
    • Updated .eslintrc to use prettier config settings

Other changes

  • Updated missed documentation references of http ➡️ https #333
  • Added examples of websites using gen3 to README.md #334
  • Updated husky to run prettier on git commit -m
  • Added some more folders for eleventy to ignore #326