From 8fb3a6887cc05ae01e4dd2cbe7a10b1e2689a90c Mon Sep 17 00:00:00 2001 From: Jeremy Dinsel <987246+Gerromie@users.noreply.github.com> Date: Mon, 3 Jan 2022 11:39:03 -0800 Subject: [PATCH 1/3] feat(cicd): introduction of static tools --- .commit-template | 44 + .github/linters/.jscpd.json | 8 + .github/linters/.markdown-lint.yml | 7 + .github/linters/.stylelintrc.yaml | 2 + .github/linters/.yaml-lint.yml | 6 + .github/pull_request_template.md | 12 + .github/workflows/lint.yaml | 44 + .gitignore | 1 + .versionrc.json | 44 + README.md | 2 + commitlint.config.js | 15 + package-lock.json | 5452 ++++++++++++++++++++++++++++ package.json | 23 + 13 files changed, 5660 insertions(+) create mode 100644 .commit-template create mode 100644 .github/linters/.jscpd.json create mode 100644 .github/linters/.markdown-lint.yml create mode 100644 .github/linters/.stylelintrc.yaml create mode 100644 .github/linters/.yaml-lint.yml create mode 100644 .github/pull_request_template.md create mode 100644 .github/workflows/lint.yaml create mode 100644 .versionrc.json create mode 100644 commitlint.config.js create mode 100644 package-lock.json create mode 100644 package.json diff --git a/.commit-template b/.commit-template new file mode 100644 index 0000000..d071309 --- /dev/null +++ b/.commit-template @@ -0,0 +1,44 @@ + +# We use conventional commit style commit messages for automated changelog building. +# https://www.conventionalcommits.org/en/v1.0.0/ +# +# Please use the following guidelines to format all your commit +# messages: +# +# (): +# +# +# +#