I was reviewing https://github.com/wagtail-nest/wagtail-ab-testing/pull/94 and found myself making a number of stylistic suggestions that should have been caught by a linter: - Newlines at the end of files - Indentation in templates - Mixed quotes in templates We can just pull the linting setup that https://github.com/wagtail/cookiecutter-wagtail-package configures for new packages.