Skip to content

Commit

Permalink
docs: 📝 add package descriptions and update links to the lint-config …
Browse files Browse the repository at this point in the history
…repository
  • Loading branch information
shlroland committed Oct 11, 2024
1 parent 3e15f19 commit 5b590c9
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 10 deletions.
10 changes: 10 additions & 0 deletions .changeset/hungry-baboons-drive.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
see [README.md](../../README.md#Wizard_Setup)
see [README.md](https://github.com/shlroland/lint-config#wizard-setup)
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "Setup Wizard for lint tools",
"author": "shlroland <shlroland1995@gmail.com> (https://github.com/shlroland/)",
"license": "MIT",
"repository": "https://github.com/shlroland/lint-config",
"keywords": [
"lint",
"setup",
Expand Down
2 changes: 1 addition & 1 deletion packages/cz-config/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
see [README.md](<../../README.md#cz(czg)_+_commitlint>)
see [README.md](<https://github.com/shlroland/lint-config#cz(czg)_+_commitlint>)
3 changes: 2 additions & 1 deletion packages/cz-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "@shlroland/cz-config",
"type": "module",
"version": "2.0.1",
"description": "",
"description": "cz config for @shlroland/lint-config",
"author": "shlroland <shlroland1995@gmail.com> (https://github.com/shlroland/)",
"license": "MIT",
"repository": "https://github.com/shlroland/lint-config",
"keywords": [],
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
see [README.md](../../README.md#eslint)
see [README.md](https://github.com/shlroland/lint-config#eslint)
3 changes: 2 additions & 1 deletion packages/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "@shlroland/eslint-config",
"type": "module",
"version": "2.0.0",
"description": "",
"description": "eslint config for @shlroland/lint-config",
"author": "shlroland <shlroland1995@gmail.com> (https://github.com/shlroland/)",
"license": "MIT",
"repository": "https://github.com/shlroland/lint-config",
"keywords": [],
"exports": {
".": {
Expand Down
3 changes: 2 additions & 1 deletion packages/husky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "@shlroland/husky-config",
"type": "module",
"version": "2.0.0",
"description": "",
"description": "husky config for @shlroland/lint-config",
"author": "shlroland <shlroland1995@gmail.com> (https://github.com/shlroland/)",
"license": "MIT",
"repository": "https://github.com/shlroland/lint-config",
"keywords": [],
"exports": {
".": "./lib/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
see [README.md](../../README.md#lint-staged)
see [README.md](https://github.com/shlroland/lint-config#lint-staged)
3 changes: 2 additions & 1 deletion packages/lint-staged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <shlroland1995@gmail.com> (https://github.com/shlroland/)",
"license": "MIT",
"repository": "https://github.com/shlroland/lint-config",
"keywords": [],
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
see [README.md](../../README.md#prettier)
see [README.md](https://github.com/shlroland/lint-config#prettier)
3 changes: 2 additions & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "@shlroland/prettier-config",
"type": "module",
"version": "2.0.0",
"description": "",
"description": "prettier config for @shlroland/lint-config",
"author": "shlroland <shlroland1995@gmail.com> (https://github.com/shlroland/)",
"license": "MIT",
"repository": "https://github.com/shlroland/lint-config",
"keywords": [],
"exports": {
".": {
Expand Down

0 comments on commit 5b590c9

Please sign in to comment.