Skip to content

Commit

Permalink
refactor: small changes (#421)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Aug 13, 2024
1 parent 0d6c818 commit e67f807
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 16 deletions.
3 changes: 0 additions & 3 deletions .czrc

This file was deleted.

2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bun --no-install commitlint --edit
bun commitlint --edit
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ This template includes ready-made solutions for integration with:

- **Git**.
- **GitHub**.
- **Commitizen**.
- **Commitlint**.
- **Conventional Commits**.
- **Husky & Lint Staged**.
Expand Down Expand Up @@ -84,7 +83,7 @@ This template includes ready-made solutions for integration with:
- **Git and GitHub Integration**: Pre-configured `.gitignore`
and `.gitattributes` for efficient work with Git and GitHub.

- **Conventional Commits, Commitlint & Commitizen**: If you don't want
- **Conventional Commits & Commitlint**: If you don't want
to think about how to write a commit every time,
these plugins will help you.

Expand Down Expand Up @@ -166,9 +165,6 @@ This template includes ready-made solutions for integration with:
- `prettify`: Runs **Prettier** with the `--write` flag
for all files.

- `commit`: Runs **Commitlint** to create commits according to
**Conventional Commits** standards.

## Workflows

- [`auto-merge-dependabot-pull-request.yaml`](.github/workflows/auto-merge-dependabot-pull-request.yaml):
Expand Down
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,13 @@
"lint:formatting": "prettier . --check",
"lint:md": "remark . --quiet --frail",
"lint:ts": "eslint src/**/*.ts --fix",
"prettify": "prettier . --write",
"commit": "cz"
"prettify": "prettier . --write"
},
"devDependencies": {
"@archoleat/commitlint-define-config": "^1.0.8",
"@archoleat/commitlint-define-config": "^1.0.9",
"@archoleat/eslint-flat-compatibility": "^1.1.6",
"@archoleat/prettier-define-config": "^1.0.0",
"@archoleat/semantic-release-define-config": "^1.1.13",
"@archoleat/prettier-define-config": "^1.0.1",
"@archoleat/semantic-release-define-config": "^1.1.14",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
Expand All @@ -57,7 +56,6 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cz-conventional-changelog": "^3.3.0",
"editorconfig-checker": "^5.1.8",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
Expand All @@ -69,7 +67,7 @@
"git-pull-run": "^1.4.0",
"globals": "^15.9.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"remark": "15.0.1",
"remark-cli": "^12.0.1",
Expand Down

0 comments on commit e67f807

Please sign in to comment.