Skip to content

Commit

Permalink
chore: removed commitlint (#4981)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed May 30, 2022
1 parent e0db364 commit 90f3960
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 515 deletions.
1 change: 0 additions & 1 deletion .eslintignore
@@ -1,7 +1,6 @@
node_modules
dist
jest.config.js
commitlint.config.js
fixtures
shared-fixtures
coverage
Expand Down
2 changes: 0 additions & 2 deletions .husky/commit-msg
@@ -1,4 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn commitlint --edit $1
17 changes: 0 additions & 17 deletions commitlint.config.js

This file was deleted.

9 changes: 0 additions & 9 deletions package.json
Expand Up @@ -29,7 +29,6 @@
"check-format": "prettier --list-different \"./**/*.{md,mdx,ts,mts,cts,js,cjs,mjs,tsx,jsx}\"",
"check-spelling": "cspell --config=.cspell.json \"**/*.{md,mdx,ts,mts,cts,js,cjs,mjs,tsx,jsx}\"",
"clean": "lerna clean && lerna run clean",
"cz": "git-cz",
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\"",
"generate-contributors": "yarn ts-node --transpile-only ./tools/generate-contributors.ts",
"generate-sponsors": "yarn ts-node --transpile-only ./tools/generate-sponsors.ts",
Expand All @@ -46,11 +45,6 @@
"test-integration": "yarn jest -c ./tests/integration/jest.config.js",
"typecheck": "nx run-many --target=typecheck --all --parallel"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
Expand All @@ -59,8 +53,6 @@
"@babel/eslint-parser": "^7.18.2",
"@babel/parser": "^7.18.0",
"@babel/types": "^7.18.2",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@nrwl/cli": "14.1.4",
"@nrwl/nx-cloud": "14.0.3",
"@nrwl/tao": "14.1.4",
Expand All @@ -85,7 +77,6 @@
"cross-env": "^7.0.3",
"cross-fetch": "^3.1.5",
"cspell": "^5.20.0",
"cz-conventional-changelog": "^3.3.0",
"downlevel-dts": "^0.9.0",
"enhanced-resolve": "^5.9.3",
"eslint": "^8.15.0",
Expand Down

0 comments on commit 90f3960

Please sign in to comment.