Skip to content

Commit

Permalink
docs: [contributing] fix commitlint config reference
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Mar 15, 2024
1 parent a66cec6 commit 5b0efc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,6 @@
"resolutions"
],
"vsicons.associations.files": [
{
"extensions": [".commitlintrc.cts"],
"format": "svg",
"icon": "commitlint"
},
{
"extensions": [".eslintrc.base.cjs"],
"format": "svg",
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ This means every commit must conform to the following format:
│ │ │
│ │ └─⫸ optional breaking change flag
│ │
│ └─⫸ see .commitlintrc.cts
│ └─⫸ see .commitlintrc.ts
└─⫸ build|ci|chore|docs|feat|fix|perf|refactor|revert|style|test|wip
Expand Down Expand Up @@ -200,7 +200,7 @@ e.g:
- `build(deps-dev): bump cspell from 6.7.0 to 6.8.0`
- `perf: lighten initial load`
See [`.commitlintrc.cts`](.commitlintrc.cts) to view all commit guidelines.
See [`.commitlintrc.ts`](.commitlintrc.ts) to view all commit guidelines.
### Code Style
Expand Down

0 comments on commit 5b0efc7

Please sign in to comment.