Skip to content

Commit

Permalink
feat: remove commitizen commitlint commitlint-config-cz
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Mar 29, 2023
1 parent 7530c90 commit 5331a5d
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 530 deletions.
31 changes: 0 additions & 31 deletions commitlint.config.cjs
Original file line number Diff line number Diff line change
@@ -1,34 +1,3 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
// rules: {
// "body-leading-blank": [1, "always"],
// "footer-leading-blank": [1, "always"],
// "header-max-length": [2, "always", 72],
// "scope-case": [2, "always", "lower-case"],
// "subject-case": [
// 2,
// "never",
// ["sentence-case", "start-case", "pascal-case", "upper-case"],
// ],
// "subject-empty": [2, "never"],
// "subject-full-stop": [2, "never", "."],
// "type-case": [2, "always", "lower-case"],
// "type-empty": [2, "never"],
// "type-enum": [
// 2,
// "always",
// [
// "upd",
// "chore",
// "docs",
// "feat",
// "fix",
// "test",
// "refactor",
// "revert",
// "style",
// "release",
// ],
// ],
// },
};
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
"@typescript-eslint/parser": "^4.20.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"commitizen": "^4.2.4",
"commitlint": "^17.0.3",
"commitlint-config-cz": "^0.13.3",
"eslint": "^7.23.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.8.0",
Expand Down
Loading

0 comments on commit 5331a5d

Please sign in to comment.