Skip to content

Commit

Permalink
chore: remove commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Jul 18, 2024
1 parent e8e2d30 commit f578ed4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 870 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Lint commit messages
uses: acdh-oeaw/commitlint-action@v1

- name: Format
run: pnpm run format:check

Expand Down
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,13 @@
"valibot": "^0.36.0"
},
"devDependencies": {
"@acdh-oeaw/commitlint-config": "^1.0.0",
"@acdh-oeaw/eslint-config": "^1.0.10",
"@acdh-oeaw/eslint-config-next": "^1.0.14",
"@acdh-oeaw/eslint-config-playwright": "^1.0.10",
"@acdh-oeaw/eslint-config-react": "^1.0.11",
"@acdh-oeaw/prettier-config": "^2.0.0",
"@acdh-oeaw/stylelint-config": "^2.0.3",
"@acdh-oeaw/tsconfig": "^1.1.1",
"@commitlint/cli": "^18.6.1",
"@mdx-js/loader": "^3.0.1",
"@next/bundle-analyzer": "^14.2.5",
"@next/eslint-plugin-next": "^14.2.5",
Expand Down Expand Up @@ -101,12 +99,8 @@
"typescript": "^5.5.3"
},
"pnpm": {
"overrides": {
"@commitlint/config-conventional": "$@commitlint/cli"
},
"updateConfig": {
"ignoreDependencies": [
"@commitlint/cli",
"eslint"
]
}
Expand All @@ -123,9 +117,6 @@
"not op_mini all"
]
},
"commitlint": {
"extends": "@acdh-oeaw/commitlint-config"
},
"eslintConfig": {
"extends": [
"@acdh-oeaw/eslint-config",
Expand Down Expand Up @@ -205,7 +196,6 @@
},
"prettier": "@acdh-oeaw/prettier-config",
"simple-git-hooks": {
"commit-msg": "pnpm exec commitlint --edit",
"pre-commit": "pnpm exec lint-staged"
},
"stylelint": {
Expand Down
Loading

0 comments on commit f578ed4

Please sign in to comment.