Skip to content

Commit

Permalink
style: remove commit lint (#761)
Browse files Browse the repository at this point in the history
remove commit lint
  • Loading branch information
holic authored May 9, 2023
1 parent 09c9d72 commit bc99226
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 545 deletions.
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"commit": "cz",
"dev": "turbo run dev --concurrency 20",
"docs": "pnpm recursive run docs && pnpm prettier --write '**/*.md' && pnpm run --filter docs build:prepare && pnpm run --filter docs build",
"entry:dist": "lerna run prepack",
Expand All @@ -34,23 +33,14 @@
"*.ts": "eslint --cache --fix",
"*.{ts,css,md,sol}": "prettier --write"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@parcel/optimizer-data-url": "2.8.3",
"@parcel/packager-ts": "2.8.3",
"@parcel/transformer-inline-string": "2.8.3",
"@parcel/transformer-typescript-types": "2.8.3",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"chalk": "^5.2.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.29.0",
"husky": ">=6",
"jq-cli-wrapper": "^1.6.1",
Expand Down
Loading

1 comment on commit bc99226

@vercel
Copy link

@vercel vercel bot commented on bc99226 May 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.