mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-01-26 03:03:59 +00:00
fix: add {commitlint,semantic-release}-config
This commit is contained in:
@@ -51,8 +51,10 @@
|
|||||||
"prettier:report": "prettier '**/*.{js,tsx,ts,json,mjs,cjs}' --check"
|
"prettier:report": "prettier '**/*.{js,tsx,ts,json,mjs,cjs}' --check"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@ivuorinen/commitlint-config": "file:packages/commitlint-config",
|
||||||
"@ivuorinen/eslint-config": "file:packages/eslint-config",
|
"@ivuorinen/eslint-config": "file:packages/eslint-config",
|
||||||
"@ivuorinen/prettier-config": "file:packages/prettier-config",
|
"@ivuorinen/prettier-config": "file:packages/prettier-config",
|
||||||
|
"@ivuorinen/semantic-release-config": "file:packages/semantic-release-config",
|
||||||
"@types/node": "*",
|
"@types/node": "*",
|
||||||
"typescript": ">=4.2.0",
|
"typescript": ">=4.2.0",
|
||||||
"lerna": "^8.0.0",
|
"lerna": "^8.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user