From ef1f8b07349735582ae13bee7ff7c00d04de9ed5 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Wed, 14 Jul 2021 12:43:21 +0200 Subject: [PATCH] Use a Snowpack plugin to check TypeScript types (#844) --- .github/pull_request_template.md | 1 - .github/workflows/node.js.yml | 1 - README.md | 1 - package-lock.json | 1 + package.json | 2 +- snowpack.config.js | 2 +- 6 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 10a408a109..873131a174 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -26,7 +26,6 @@ new functionality can follow them, such as QE or documentation. - [ ] axe report has been run and resulting a11y issues have been resolved - [ ] Unit tests have been created/updated - [ ] Formatting has been performed via prettier/eslint -- [ ] Type checking has been performed via 'npm run check-types' ## Additional Notes