remove commitlint

This commit is contained in:
Kim, Jimin 2025-03-17 05:53:41 +09:00
parent 8344dbb09a
commit 6865be8c8f
Signed by: pomp
GPG key ID: D3932F82A0667A3B
6 changed files with 28 additions and 606 deletions

3
.gitignore vendored
View file

@ -12,9 +12,6 @@ devenv.local.nix
# direnv
.direnv
# pre-commit
.pre-commit-config.yaml
# Created by https://www.toptal.com/developers/gitignore/api/node,macos,turbo
# Edit at https://www.toptal.com/developers/gitignore?templates=node,macos,turbo

View file

@ -1,7 +0,0 @@
#!/usr/bin/env sh
# load nvm if available
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
npx --no -- commitlint --edit "${1}"

View file

@ -1 +0,0 @@
#!/usr/bin/env sh

View file

@ -1,27 +0,0 @@
/** @type {import('@commitlint/types').UserConfig} */
module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {
"type-enum": [
2,
"always",
["chore", "ci", "docs", "feat", "fix", "refactor"],
],
"scope-enum": [
2,
"always",
[
// apps
"blog",
"main",
// packages
"content",
"eslint-config",
"playwright-config",
"prettier-config",
"tailwind-config",
],
],
},
}

View file

@ -11,8 +11,6 @@
"devDependencies": {
"@pompydev/eslint-config": "workspace:*",
"@pompydev/prettier-config": "workspace:*",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"eslint": "^8.56.0",
"eslint-plugin-turbo": "^1.11.2",
"husky": "^9.0.11",

594
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff