Skip to content

Commit 2fd7907

Browse files
authored
docs: update funding info (#587)
1 parent c10165e commit 2fd7907

File tree

5 files changed

+45
-31
lines changed

5 files changed

+45
-31
lines changed

.github/FUNDING.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
github:
2+
- unifiedjs
23
- JounQin
34
- 1stG
45
- rx-ts
56
- un-ts
7+
- unrs
68
patreon: 1stG
79
open_collective: unified
810
custom:
911
- https://opencollective.com/1stG
1012
- https://opencollective.com/rxts
13+
- https://opencollective.com/unrs
1114
- https://opencollective.com/unts
15+
- https://afdian.com/a/JounQin

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
- [Rules](#rules)
4343
- [mdx/remark](#mdxremark)
4444
- [Prettier Integration](#prettier-integration)
45-
- [Sponsors](#sponsors)
46-
- [Backers](#backers)
45+
- [Sponsors and Backers](#sponsors-and-backers)
46+
- [Sponsors](#sponsors)
47+
- [Backers](#backers)
4748
- [Changelog](#changelog)
4849
- [License](#license)
4950

@@ -247,21 +248,23 @@ If you're using [remark-lint][] feature with [Prettier][] both together, you can
247248
}
248249
```
249250

251+
## Sponsors and Backers
252+
250253
[![Sponsors](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
251254

252-
## Sponsors
255+
### Sponsors
253256

254-
| 1stG | RxTS | UnTS |
255-
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
256-
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
257+
| 1stG | RxTS | UnRS | UnTS |
258+
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
259+
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnRS Open Collective sponsors](https://opencollective.com/unrs/organizations.svg)](https://opencollective.com/unrs) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
257260

258261
[![unified Open Collective backers and sponsors](https://opencollective.com/unified/organizations.svg)](https://opencollective.com/unified)
259262

260-
## Backers
263+
### Backers
261264

262-
| 1stG | RxTS | UnTS |
263-
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
264-
| [![1stG Open Collective backers](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
265+
| 1stG | RxTS | UnRS | UnTS |
266+
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
267+
| [![1stG Open Collective backers](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnRS Open Collective backers](https://opencollective.com/unrs/individuals.svg)](https://opencollective.com/unrs) | [![UnTS Open Collective backers](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
265268

266269
[![unified Open Collective backers and sponsors](https://opencollective.com/unified/individuals.svg)](https://opencollective.com/unified)
267270

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"lint:es": "eslint . --cache",
2222
"lint:tsc": "tsc --noEmit",
2323
"prepare": "patch-package && simple-git-hooks && yarn-berry-deduplicate || exit 0",
24-
"release": "yarn build && changeset publish",
24+
"release": "run-s build release:only",
25+
"release:only": "changeset publish",
2526
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
2627
"typecov": "type-coverage",
2728
"version": "changeset version && yarn --no-immutable"

packages/eslint-mdx/README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
- [Rules](#rules)
4343
- [mdx/remark](#mdxremark)
4444
- [Prettier Integration](#prettier-integration)
45-
- [Sponsors](#sponsors)
46-
- [Backers](#backers)
45+
- [Sponsors and Backers](#sponsors-and-backers)
46+
- [Sponsors](#sponsors)
47+
- [Backers](#backers)
4748
- [Changelog](#changelog)
4849
- [License](#license)
4950

@@ -247,21 +248,23 @@ If you're using [remark-lint][] feature with [Prettier][] both together, you can
247248
}
248249
```
249250

251+
## Sponsors and Backers
252+
250253
[![Sponsors](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
251254

252-
## Sponsors
255+
### Sponsors
253256

254-
| 1stG | RxTS | UnTS |
255-
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
256-
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
257+
| 1stG | RxTS | UnRS | UnTS |
258+
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
259+
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnRS Open Collective sponsors](https://opencollective.com/unrs/organizations.svg)](https://opencollective.com/unrs) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
257260

258261
[![unified Open Collective backers and sponsors](https://opencollective.com/unified/organizations.svg)](https://opencollective.com/unified)
259262

260-
## Backers
263+
### Backers
261264

262-
| 1stG | RxTS | UnTS |
263-
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
264-
| [![1stG Open Collective backers](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
265+
| 1stG | RxTS | UnRS | UnTS |
266+
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
267+
| [![1stG Open Collective backers](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnRS Open Collective backers](https://opencollective.com/unrs/individuals.svg)](https://opencollective.com/unrs) | [![UnTS Open Collective backers](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
265268

266269
[![unified Open Collective backers and sponsors](https://opencollective.com/unified/individuals.svg)](https://opencollective.com/unified)
267270

packages/eslint-plugin-mdx/README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
- [Rules](#rules)
4343
- [mdx/remark](#mdxremark)
4444
- [Prettier Integration](#prettier-integration)
45-
- [Sponsors](#sponsors)
46-
- [Backers](#backers)
45+
- [Sponsors and Backers](#sponsors-and-backers)
46+
- [Sponsors](#sponsors)
47+
- [Backers](#backers)
4748
- [Changelog](#changelog)
4849
- [License](#license)
4950

@@ -247,21 +248,23 @@ If you're using [remark-lint][] feature with [Prettier][] both together, you can
247248
}
248249
```
249250

251+
## Sponsors and Backers
252+
250253
[![Sponsors](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
251254

252-
## Sponsors
255+
### Sponsors
253256

254-
| 1stG | RxTS | UnTS |
255-
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
256-
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
257+
| 1stG | RxTS | UnRS | UnTS |
258+
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
259+
| [![1stG Open Collective sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnRS Open Collective sponsors](https://opencollective.com/unrs/organizations.svg)](https://opencollective.com/unrs) | [![UnTS Open Collective sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
257260

258261
[![unified Open Collective backers and sponsors](https://opencollective.com/unified/organizations.svg)](https://opencollective.com/unified)
259262

260-
## Backers
263+
### Backers
261264

262-
| 1stG | RxTS | UnTS |
263-
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
264-
| [![1stG Open Collective backers](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
265+
| 1stG | RxTS | UnRS | UnTS |
266+
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
267+
| [![1stG Open Collective backers](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnRS Open Collective backers](https://opencollective.com/unrs/individuals.svg)](https://opencollective.com/unrs) | [![UnTS Open Collective backers](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
265268

266269
[![unified Open Collective backers and sponsors](https://opencollective.com/unified/individuals.svg)](https://opencollective.com/unified)
267270

0 commit comments

Comments
 (0)