Skip to content

Commit

Permalink
chore: 🚨 textlint issue (#10)
Browse files Browse the repository at this point in the history
* 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 <super-linter@super-linter.dev>

---------

Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
Signed-off-by: super-linter <super-linter@super-linter.dev>
Co-authored-by: iamnewton <iamnewton@users.noreply.github.com>
  • Loading branch information
iamnewton and iamnewton authored Oct 25, 2024
1 parent 61939ea commit f6e6212
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions .textlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGELOG.md
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit f6e6212

Please sign in to comment.