From 9f229bfcb0895f7609f4730b8e5d16228a69671d Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 16 Sep 2024 13:03:47 +0300 Subject: [PATCH] chore: update documentation --- projects/auto-changelog-config/package.json | 2 +- projects/browserslist-config/package.json | 2 +- projects/commitlint-config/package.json | 2 +- projects/cspell-config/package.json | 2 +- projects/prettier-config/package.json | 2 +- projects/release-it-config/package.json | 2 +- projects/stylelint-config/package.json | 2 +- projects/syncer/README.md | 8 +++++++- projects/syncer/package.json | 2 +- projects/tsconfig/package.json | 2 +- 10 files changed, 16 insertions(+), 10 deletions(-) diff --git a/projects/auto-changelog-config/package.json b/projects/auto-changelog-config/package.json index 38b362b1..1b70a1db 100644 --- a/projects/auto-changelog-config/package.json +++ b/projects/auto-changelog-config/package.json @@ -7,7 +7,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/taiga-family/linters.git" + "url": "https://github.com/taiga-family/configurations.git" }, "license": "Apache-2.0", "main": "index.json", diff --git a/projects/browserslist-config/package.json b/projects/browserslist-config/package.json index ba779a4c..1411fdb3 100644 --- a/projects/browserslist-config/package.json +++ b/projects/browserslist-config/package.json @@ -7,7 +7,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/taiga-family/linters.git" + "url": "https://github.com/taiga-family/configurations.git" }, "license": "Apache-2.0", "main": "index.js", diff --git a/projects/commitlint-config/package.json b/projects/commitlint-config/package.json index b34d420d..7c36f4cf 100644 --- a/projects/commitlint-config/package.json +++ b/projects/commitlint-config/package.json @@ -8,7 +8,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/taiga-family/linters.git" + "url": "https://github.com/taiga-family/configurations.git" }, "license": "Apache-2.0", "type": "module", diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index 4d4ba270..caf7809a 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -7,7 +7,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/taiga-family/linters.git" + "url": "https://github.com/taiga-family/configurations.git" }, "license": "Apache-2.0", "main": "cspell.config.js", diff --git a/projects/prettier-config/package.json b/projects/prettier-config/package.json index a9522dc0..be7b1a70 100644 --- a/projects/prettier-config/package.json +++ b/projects/prettier-config/package.json @@ -8,7 +8,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/taiga-family/linters.git" + "url": "https://github.com/taiga-family/configurations.git" }, "license": "Apache-2.0", "main": "index.js", diff --git a/projects/release-it-config/package.json b/projects/release-it-config/package.json index b7cfc386..7581ca51 100644 --- a/projects/release-it-config/package.json +++ b/projects/release-it-config/package.json @@ -7,7 +7,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/taiga-family/linters.git" + "url": "https://github.com/taiga-family/configurations.git" }, "license": "Apache-2.0", "main": "index.js", diff --git a/projects/stylelint-config/package.json b/projects/stylelint-config/package.json index 4205fe18..a41213d6 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -8,7 +8,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/taiga-family/linters.git" + "url": "https://github.com/taiga-family/configurations.git" }, "license": "Apache-2.0", "main": "index.js", diff --git a/projects/syncer/README.md b/projects/syncer/README.md index db32a78a..a5416b3f 100644 --- a/projects/syncer/README.md +++ b/projects/syncer/README.md @@ -10,7 +10,13 @@ "syncer": { "includePaths": ["./projects", "./package-lock.json"], "matchPackageNames": ["@my-scope-ui/*", "root-project"], - "ignorePackageNames": [] + "ignorePackageNames": ["@my-scope-ui/ignore-my-package"] } } ``` + +Then try update + +```bash +$ npx syncer +``` diff --git a/projects/syncer/package.json b/projects/syncer/package.json index bf2cd813..5e7bb9c8 100644 --- a/projects/syncer/package.json +++ b/projects/syncer/package.json @@ -7,7 +7,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/taiga-family/linters.git" + "url": "https://github.com/taiga-family/configurations.git" }, "license": "Apache-2.0", "main": "./bin/src/index.js", diff --git a/projects/tsconfig/package.json b/projects/tsconfig/package.json index fdadd787..1ebb61f6 100644 --- a/projects/tsconfig/package.json +++ b/projects/tsconfig/package.json @@ -8,7 +8,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/taiga-family/linters.git" + "url": "https://github.com/taiga-family/configurations.git" }, "license": "Apache-2.0", "main": "tsconfig.json",