Skip to content

Commit

Permalink
Merge pull request #11 from al/chore/minor-maintenance
Browse files Browse the repository at this point in the history
Minor maintenance
  • Loading branch information
al authored Jul 23, 2024
2 parents 6f4ae30 + 2903d08 commit 0a6af11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 7 additions & 7 deletions .commitlintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ extends:
- '@commitlint/config-conventional'
help: |
**Possible types**:
`ci`: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs).
`core`: Change build process, tooling or dependencies.
`docs`: Adds or alters documentation.
`ci`: Changes to CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs).
`core`: Changes build processes, tooling, dependencies or general project structure.
`doc`: Adds or alters documentation.
`feat`: Adds a new feature.
`fix`: Solves a bug.
`perf`: Improves performance.
`refactor`: Rewrites code without feature, performance or bug changes.
`revert`: Changes that reverting other changes
`style`: Improves formatting, white-space.
`refactor`: Rewrites code without feature, performance or bug related changes.
`revert`: Changes that reverting other changes.
`style`: Improves formatting, white-space, etc.
`test`: Adds or modifies tests.
`wip`: Work in progress (temporary commits, which will eventually be rebased or otherwise removed).
rules:
Expand All @@ -22,7 +22,7 @@ rules:
- always
- - ci
- core
- docs
- doc
- feat
- fix
- perf
Expand Down
4 changes: 0 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
#!/bin/sh

. "$(dirname "$0")/_/husky.sh"

pnpm exec lint-staged

0 comments on commit 0a6af11

Please sign in to comment.