Skip to content

Commit d6d6fc0

Browse files
committed
feat: officially support commitlint-plugin-function-rules
Resolves #196
1 parent 974c690 commit d6d6fc0

File tree

3 files changed

+3
-99
lines changed

3 files changed

+3
-99
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ This is a [`Docker` action](https://github.com/actions/toolkit/blob/e2adf403d6d1
120120
- [@commitlint/config-patternplate](https://github.com/conventional-changelog/commitlint/tree/master/%40commitlint/config-patternplate)
121121
- [conventional-changelog-lint-config-canonical](https://github.com/gajus/conventional-changelog-lint-config-canonical)
122122
- [commitlint-config-jira](https://github.com/Gherciu/commitlint-jira)
123+
- [commitlint-config-function-rules](https://github.com/vidavidorra/commitlint-plugin-function-rules#readme)
123124

124125
Apart from the shared configurations that are included by default, you can also include extra dependencies for other configs and plugins that you want to use.
125126

package-lock.json

Lines changed: 1 addition & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"@commitlint/lint": "^12.1.4",
3333
"@commitlint/load": "^12.1.4",
3434
"commitlint-config-jira": "^1.5.1",
35+
"commitlint-plugin-function-rules": "^1.3.2",
3536
"commitlint-plugin-jira-rules": "^1.5.1",
3637
"conventional-changelog-lint-config-canonical": "^1.0.0",
3738
"dargs": "^8.1.0",
@@ -50,7 +51,6 @@
5051
"@rollup/plugin-commonjs": "^19.0.1",
5152
"@rollup/plugin-node-resolve": "^13.0.1",
5253
"babel-jest": "^27.0.6",
53-
"commitlint-plugin-function-rules": "^1.3.2",
5454
"conventional-changelog-cli": "^2.1.1",
5555
"eslint": "^7.29.0",
5656
"eslint-config-airbnb-base": "^14.2.1",

0 commit comments

Comments
 (0)