remove commitlint
This commit is contained in:
parent
8344dbb09a
commit
6865be8c8f
6 changed files with 28 additions and 606 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -12,9 +12,6 @@ devenv.local.nix
|
||||||
# direnv
|
# direnv
|
||||||
.direnv
|
.direnv
|
||||||
|
|
||||||
# pre-commit
|
|
||||||
.pre-commit-config.yaml
|
|
||||||
|
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/node,macos,turbo
|
# Created by https://www.toptal.com/developers/gitignore/api/node,macos,turbo
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=node,macos,turbo
|
# Edit at https://www.toptal.com/developers/gitignore?templates=node,macos,turbo
|
||||||
|
|
||||||
|
|
|
@ -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}"
|
|
|
@ -1 +0,0 @@
|
||||||
#!/usr/bin/env sh
|
|
|
@ -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",
|
|
||||||
],
|
|
||||||
],
|
|
||||||
},
|
|
||||||
}
|
|
|
@ -11,8 +11,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@pompydev/eslint-config": "workspace:*",
|
"@pompydev/eslint-config": "workspace:*",
|
||||||
"@pompydev/prettier-config": "workspace:*",
|
"@pompydev/prettier-config": "workspace:*",
|
||||||
"@commitlint/cli": "^19.3.0",
|
|
||||||
"@commitlint/config-conventional": "^19.2.2",
|
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^8.56.0",
|
||||||
"eslint-plugin-turbo": "^1.11.2",
|
"eslint-plugin-turbo": "^1.11.2",
|
||||||
"husky": "^9.0.11",
|
"husky": "^9.0.11",
|
||||||
|
|
594
pnpm-lock.yaml
generated
594
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue