Skip to content

Commit cca7785

Browse files
committed
chore: rename project to js-quality-starter-with-release and update package configuration
1 parent 6d7534e commit cca7785

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
"audit:ci": "npm audit --production",
1717
"prepare": "husky install"
1818
},
19-
"commitlint": {
20-
"extends": [
21-
"@commitlint/config-conventional"
22-
]
23-
},
2419
"keywords": [
2520
"javascript",
2621
"template",
@@ -36,6 +31,8 @@
3631
"node": ">=18.0.0"
3732
},
3833
"devDependencies": {
34+
"@commitlint/cli": "^19.2.1",
35+
"@commitlint/config-conventional": "^19.1.0",
3936
"eslint": "^8.57.0",
4037
"eslint-config-prettier": "^9.1.0",
4138
"eslint-plugin-jest": "^28.2.0",

0 commit comments

Comments
 (0)