diff --git a/.changeset/hungry-baboons-drive.md b/.changeset/hungry-baboons-drive.md new file mode 100644 index 00000000..b3bbdce3 --- /dev/null +++ b/.changeset/hungry-baboons-drive.md @@ -0,0 +1,10 @@ +--- +"@shlroland/lint-staged": patch +"@shlroland/cz-config": patch +"@shlroland/prettier-config": patch +"@shlroland/eslint-config": patch +"@shlroland/husky-config": patch +"@shlroland/lint-cli": patch +--- + +Perfect package instructions diff --git a/packages/cli/README.md b/packages/cli/README.md index 7f762223..688e9b62 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -1 +1 @@ -see [README.md](../../README.md#Wizard_Setup) +see [README.md](https://github.com/shlroland/lint-config#wizard-setup) diff --git a/packages/cli/package.json b/packages/cli/package.json index aff7fba6..ded61ad7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -5,6 +5,7 @@ "description": "Setup Wizard for lint tools", "author": "shlroland (https://github.com/shlroland/)", "license": "MIT", + "repository": "https://github.com/shlroland/lint-config", "keywords": [ "lint", "setup", diff --git a/packages/cz-config/README.md b/packages/cz-config/README.md index 24feea0a..7ba357d2 100644 --- a/packages/cz-config/README.md +++ b/packages/cz-config/README.md @@ -1 +1 @@ -see [README.md](<../../README.md#cz(czg)_+_commitlint>) +see [README.md]() diff --git a/packages/cz-config/package.json b/packages/cz-config/package.json index 572ba2e7..f828c3cb 100644 --- a/packages/cz-config/package.json +++ b/packages/cz-config/package.json @@ -2,9 +2,10 @@ "name": "@shlroland/cz-config", "type": "module", "version": "2.0.1", - "description": "", + "description": "cz config for @shlroland/lint-config", "author": "shlroland (https://github.com/shlroland/)", "license": "MIT", + "repository": "https://github.com/shlroland/lint-config", "keywords": [], "exports": { ".": { diff --git a/packages/eslint/README.md b/packages/eslint/README.md index 68c7c63e..64d667f5 100644 --- a/packages/eslint/README.md +++ b/packages/eslint/README.md @@ -1 +1 @@ -see [README.md](../../README.md#eslint) +see [README.md](https://github.com/shlroland/lint-config#eslint) diff --git a/packages/eslint/package.json b/packages/eslint/package.json index bad7d9cc..d00daaba 100644 --- a/packages/eslint/package.json +++ b/packages/eslint/package.json @@ -2,9 +2,10 @@ "name": "@shlroland/eslint-config", "type": "module", "version": "2.0.0", - "description": "", + "description": "eslint config for @shlroland/lint-config", "author": "shlroland (https://github.com/shlroland/)", "license": "MIT", + "repository": "https://github.com/shlroland/lint-config", "keywords": [], "exports": { ".": { diff --git a/packages/husky/package.json b/packages/husky/package.json index 86d118d5..2c7f009e 100644 --- a/packages/husky/package.json +++ b/packages/husky/package.json @@ -2,9 +2,10 @@ "name": "@shlroland/husky-config", "type": "module", "version": "2.0.0", - "description": "", + "description": "husky config for @shlroland/lint-config", "author": "shlroland (https://github.com/shlroland/)", "license": "MIT", + "repository": "https://github.com/shlroland/lint-config", "keywords": [], "exports": { ".": "./lib/index.js" diff --git a/packages/lint-staged/README.md b/packages/lint-staged/README.md index bf6a8359..add501ee 100644 --- a/packages/lint-staged/README.md +++ b/packages/lint-staged/README.md @@ -1 +1 @@ -see [README.md](../../README.md#lint-staged) +see [README.md](https://github.com/shlroland/lint-config#lint-staged) diff --git a/packages/lint-staged/package.json b/packages/lint-staged/package.json index 9467e29c..2a3284f1 100644 --- a/packages/lint-staged/package.json +++ b/packages/lint-staged/package.json @@ -2,9 +2,10 @@ "name": "@shlroland/lint-staged", "type": "module", "version": "3.0.0", - "description": "", + "description": "lint-staged config for @shlroland/lint-config", "author": "shlroland (https://github.com/shlroland/)", "license": "MIT", + "repository": "https://github.com/shlroland/lint-config", "keywords": [], "exports": { ".": { diff --git a/packages/prettier/README.md b/packages/prettier/README.md index a7ed1c77..59d54be6 100644 --- a/packages/prettier/README.md +++ b/packages/prettier/README.md @@ -1 +1 @@ -see [README.md](../../README.md#prettier) +see [README.md](https://github.com/shlroland/lint-config#prettier) diff --git a/packages/prettier/package.json b/packages/prettier/package.json index 153345db..04483177 100644 --- a/packages/prettier/package.json +++ b/packages/prettier/package.json @@ -2,9 +2,10 @@ "name": "@shlroland/prettier-config", "type": "module", "version": "2.0.0", - "description": "", + "description": "prettier config for @shlroland/lint-config", "author": "shlroland (https://github.com/shlroland/)", "license": "MIT", + "repository": "https://github.com/shlroland/lint-config", "keywords": [], "exports": { ".": {