From f6e621217fd197f5766ff98ba958fdb76e8596b1 Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Thu, 24 Oct 2024 23:42:05 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=9A=A8=20textlint=20issue=20(#10?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 🚨 textlint issue Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> * fix: 🚨 update some spaces Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> * fix: ✏️ remove typo Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> * chore: fix linting issues Signed-off-by: super-linter --------- Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> Signed-off-by: super-linter Co-authored-by: iamnewton --- .github/workflows/lint.yml | 2 +- .textlintignore | 1 + CHANGELOG.md | 14 ++++++-------- 3 files changed, 8 insertions(+), 9 deletions(-) create mode 100644 .textlintignore diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 988861c..9ffa242 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -55,7 +55,7 @@ jobs: # GITLEAKS_CONFIG: ".gitleaks.toml" # Path to your Gitleaks config if you have one JAVASCRIPT_ES_CONFIG_FILE: "eslint.config.js" # MARKDOWN_CONFIG_FILE: ".markdown-lint.yml" - # NATURAL_LANGUAGE_CONFIG_FILE: "textlintrc.js" + # NATURAL_LANGUAGE_CONFIG_FILE: "textlint.config.js" PRETTIER_CONFIG: "prettier.config.js" TYPESCRIPT_ES_CONFIG_FILE: "eslint.config.js" TYPESCRIPT_STANDARD_TSCONFIG_FILE: "tsconfig.json" diff --git a/.textlintignore b/.textlintignore new file mode 100644 index 0000000..1b763b1 --- /dev/null +++ b/.textlintignore @@ -0,0 +1 @@ +CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ef94a..f44e02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,13 @@ ## [0.2.0](https://github.com/theholocron/react-template/compare/v0.1.0...v0.2.0) (2024-10-25) - ### Features -* 💚 add in review checks ([#4](https://github.com/theholocron/react-template/issues/4)) ([363e26e](https://github.com/theholocron/react-template/commit/363e26eef7199ed4f0957fbce9679892aab222fb)) -* add storybook ([#2](https://github.com/theholocron/react-template/issues/2)) ([77229d6](https://github.com/theholocron/react-template/commit/77229d633b3d29b9e1d4ccf305049e8016966eca)) - +- 💚 add in review checks ([#4](https://github.com/theholocron/react-template/issues/4)) ([363e26e](https://github.com/theholocron/react-template/commit/363e26eef7199ed4f0957fbce9679892aab222fb)) +- add storybook ([#2](https://github.com/theholocron/react-template/issues/2)) ([77229d6](https://github.com/theholocron/react-template/commit/77229d633b3d29b9e1d4ccf305049e8016966eca)) -### Bug Fixes +### Fixes -* 💚 more syntax issues with audit workflow ([82fd2e2](https://github.com/theholocron/react-template/commit/82fd2e2ed45838c582f27bd10fdc276f0efc2bd5)) -* 💚 release build for versioning ([#7](https://github.com/theholocron/react-template/issues/7)) ([0cf3126](https://github.com/theholocron/react-template/commit/0cf31265169f48de4f579a3cfb9c07930a149f1d)) -* 💚 syntax issues with yaml ([ae3eb98](https://github.com/theholocron/react-template/commit/ae3eb98c9206e2ac16774fd864366855b6fe43b0)) +- 💚 more syntax issues with audit workflow ([82fd2e2](https://github.com/theholocron/react-template/commit/82fd2e2ed45838c582f27bd10fdc276f0efc2bd5)) +- 💚 release build for versioning ([#7](https://github.com/theholocron/react-template/issues/7)) ([0cf3126](https://github.com/theholocron/react-template/commit/0cf31265169f48de4f579a3cfb9c07930a149f1d)) +- 💚 syntax issues with YAML ([ae3eb98](https://github.com/theholocron/react-template/commit/ae3eb98c9206e2ac16774fd864366855b6fe43b0))