mirror of
https://github.com/ivuorinen/base-configs.git
synced 2026-03-01 13:53:53 +00:00
refactor: remove split packages from monorepo and drop monorepo tooling
This commit is contained in:
@@ -51,10 +51,10 @@
|
||||
"prettier:report": "prettier '**/*.{js,tsx,ts,json,mjs,cjs}' --check"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ivuorinen/commitlint-config": "file:packages/commitlint-config",
|
||||
"@ivuorinen/eslint-config": "file:packages/eslint-config",
|
||||
"@ivuorinen/prettier-config": "file:packages/prettier-config",
|
||||
"@ivuorinen/semantic-release-config": "file:packages/semantic-release-config",
|
||||
"@ivuorinen/commitlint-config": "@ivuorinen/base-configs-commitlint",
|
||||
"@ivuorinen/eslint-config": "@ivuorinen/base-configs-eslint",
|
||||
"@ivuorinen/prettier-config": "@ivuorinen/base-configs-prettier",
|
||||
"@ivuorinen/semantic-release-config": "@ivuorinen/base-configs-semantic-release",
|
||||
"@types/node": "*",
|
||||
"lerna": "^8.0.0",
|
||||
"simple-git-hooks": "^2.8.1",
|
||||
|
||||
Reference in New Issue
Block a user