Skip to content

Commit

Permalink
chore: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 16, 2024
1 parent 14443e8 commit 9f229bf
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion projects/auto-changelog-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/browserslist-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/cspell-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/release-it-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 7 additions & 1 deletion projects/syncer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion projects/syncer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9f229bf

Please sign in to comment.