chore: uninstall disabled @commitlint/cli and @commitlint/config-conventional package

This commit is contained in:
bdkopen
2026-01-15 21:44:00 -05:00
parent 7b3f0273cb
commit c93ec1f06c
3 changed files with 0 additions and 571 deletions
-7
View File
@@ -24,8 +24,6 @@
},
"devDependencies": {
"@biomejs/biome": "2.1.1",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@types/node": "^18.19.104",
"dotenv": "16.4.5",
"esbuild": "0.20.2",
@@ -42,11 +40,6 @@
"biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"resolutions": {
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0"