Skip to content

Commit

Permalink
docs: add Sponsors and Backers sections
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 2, 2022
1 parent c98a4d9 commit 0d07472
Show file tree
Hide file tree
Showing 24 changed files with 1,055 additions and 764 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"changelog": [
"@changesets/changelog-github",
{
"repo": "rx-ts/prettier"
"repo": "un-ts/prettier"
}
],
"commit": false,
Expand Down
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"root": true,
"extends": "@1stg",
"rules": {
"react/react-in-jsx-scope": 0
}
}
9 changes: 0 additions & 9 deletions .eslintrc.cjs

This file was deleted.

8 changes: 6 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
github: [JounQin]
open_collective: rxts
github:
- JounQin
- 1stG
- rxts
- unts
open_collective: unts
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
node-version: ${{ matrix.node }}
cache: yarn

- name: Link Yarn global binaries into PATH
run: echo "$(yarn global bin)" >> $GITHUB_PATH

- name: Install Dependencies
run: yarn --frozen-lockfile

Expand Down
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@1stg/prettier-config"
1 change: 0 additions & 1 deletion .prettierrc.cjs

This file was deleted.

32 changes: 22 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# @rxts/prettier
# @unts/prettier

[![GitHub Actions](https://github.com/rx-ts/prettier/workflows/Node%20CI/badge.svg)](https://github.com/rx-ts/prettier/actions?query=workflow%3A%22Node+CI%22)
[![Codacy Grade](https://img.shields.io/codacy/grade/09abfcb3399b418fbc3eff3e42bd4ff7)](https://app.codacy.com/gh/rx-ts/prettier)
[![Codecov](https://img.shields.io/codecov/c/gh/rx-ts/prettier)](https://codecov.io/gh/rx-ts/prettier)
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.luolix.top%2Frx-ts%2Fprettier%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
[![GitHub release](https://img.shields.io/github/release/rx-ts/prettier)](https://github.com/rx-ts/prettier/releases)
[![David Dev](https://img.shields.io/david/dev/rx-ts/prettier.svg)](https://david-dm.org/rx-ts/prettier?type=dev)
[![GitHub Actions](https://github.com/un-ts/prettier/workflows/Node%20CI/badge.svg)](https://github.com/un-ts/prettier/actions?query=workflow%3A%22Node+CI%22)
[![Codacy Grade](https://img.shields.io/codacy/grade/09abfcb3399b418fbc3eff3e42bd4ff7)](https://app.codacy.com/gh/un-ts/prettier)
[![Codecov](https://img.shields.io/codecov/c/gh/un-ts/prettier)](https://codecov.io/gh/un-ts/prettier)
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.luolix.top%2Fun-ts%2Fprettier%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
[![GitHub release](https://img.shields.io/github/release/un-ts/prettier)](https://github.com/un-ts/prettier/releases)
[![David Dev](https://img.shields.io/david/dev/un-ts/prettier.svg)](https://david-dm.org/un-ts/prettier?type=dev)

[![Conventional Commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/)
Expand All @@ -21,9 +21,21 @@ This repository is a monorepo managed by [changesets][] what means we actually p

| Package | Description | Version | Peer Dependencies | Dependencies |
| -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| [`prettier-plugin-pkg`](/packages/pkg) | An opinionated package.json formatter plugin for Prettier | [![npm](https://img.shields.io/npm/v/prettier-plugin-pkg.svg)](https://www.npmjs.com/package/prettier-plugin-pkg) | [![David Peer](https://img.shields.io/david/peer/rx-ts/prettier.svg?path=packages/pkg)](https://david-dm.org/rx-ts/prettier-plugin-pkg?path=packages/pkg&type=peer) | [![David](https://img.shields.io/david/rx-ts/prettier.svg?path=packages/pkg)](https://david-dm.org/rx-ts/prettier?path=packages/pkg) |
| [`prettier-plugin-sh`](/packages/sh) | An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`... | [![npm](https://img.shields.io/npm/v/prettier-plugin-sh.svg)](https://www.npmjs.com/package/prettier-plugin-sh) | [![David Peer](https://img.shields.io/david/peer/rx-ts/prettier.svg?path=packages/sh)](https://david-dm.org/rx-ts/prettier?path=packages/sh&type=peer) | [![David](https://img.shields.io/david/rx-ts/prettier.svg?path=packages/sh)](https://david-dm.org/rx-ts/prettier?path=packages/sh) |
| [`prettier-plugin-sql`](/packages/sql) | An opinionated sql formatter plugin for Prettier | [![npm](https://img.shields.io/npm/v/prettier-plugin-sql.svg)](https://www.npmjs.com/package/prettier-plugin-sql) | [![David Peer](https://img.shields.io/david/peer/rx-ts/prettier.svg?path=packages/sql)](https://david-dm.org/rx-ts/prettier?path=packages/sql&type=peer) | [![David](https://img.shields.io/david/rx-ts/prettier.svg?path=packages/sql)](https://david-dm.org/rx-ts/prettier?path=packages/sql) |
| [`prettier-plugin-pkg`](/packages/pkg) | An opinionated package.json formatter plugin for Prettier | [![npm](https://img.shields.io/npm/v/prettier-plugin-pkg.svg)](https://www.npmjs.com/package/prettier-plugin-pkg) | [![David Peer](https://img.shields.io/david/peer/un-ts/prettier.svg?path=packages/pkg)](https://david-dm.org/un-ts/prettier-plugin-pkg?path=packages/pkg&type=peer) | [![David](https://img.shields.io/david/un-ts/prettier.svg?path=packages/pkg)](https://david-dm.org/un-ts/prettier?path=packages/pkg) |
| [`prettier-plugin-sh`](/packages/sh) | An opinionated `shellscript` formatter plugin for Prettier, also support simple format of `Dockerfile`, `properties`, `gitignore`, `dotenv`, `hosts`, `jvmoptions`... | [![npm](https://img.shields.io/npm/v/prettier-plugin-sh.svg)](https://www.npmjs.com/package/prettier-plugin-sh) | [![David Peer](https://img.shields.io/david/peer/un-ts/prettier.svg?path=packages/sh)](https://david-dm.org/un-ts/prettier?path=packages/sh&type=peer) | [![David](https://img.shields.io/david/un-ts/prettier.svg?path=packages/sh)](https://david-dm.org/un-ts/prettier?path=packages/sh) |
| [`prettier-plugin-sql`](/packages/sql) | An opinionated sql formatter plugin for Prettier | [![npm](https://img.shields.io/npm/v/prettier-plugin-sql.svg)](https://www.npmjs.com/package/prettier-plugin-sql) | [![David Peer](https://img.shields.io/david/peer/un-ts/prettier.svg?path=packages/sql)](https://david-dm.org/un-ts/prettier?path=packages/sql&type=peer) | [![David](https://img.shields.io/david/un-ts/prettier.svg?path=packages/sql)](https://david-dm.org/un-ts/prettier?path=packages/sql) |

## Sponsors

| 1stG | RxTS | UnTS |
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |

## Backers

| 1stG | RxTS | UnTS |
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |

## Changelog

Expand Down
17 changes: 7 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@rxts/prettier",
"name": "@unts/prettier",
"version": "0.0.0",
"type": "module",
"description": "Opinionated but Incredible Prettier plugins.",
"repository": "git@github.com:rx-ts/prettier.git",
"author": "JounQin <admin@1stg.me>",
"repository": "git@github.com:un-ts/prettier.git",
"author": "JounQin (https://www.1stG.me) <admin@1stg.me>",
"license": "MIT",
"private": true,
"workspaces": [
Expand All @@ -29,13 +29,13 @@
"vercel-build": "w -e docs -p --publicPath /"
},
"devDependencies": {
"@1stg/lib-config": "^6.4.0",
"@babel/types": "^7.18.4",
"@1stg/lib-config": "^7.2.2",
"@babel/types": "^7.18.7",
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.23.0",
"@pkgr/imagemin": "^3.1.0",
"@pkgr/webpack-mdx": "^2.0.1",
"@types/jest": "^28.1.3",
"@types/jest": "^28.1.4",
"@types/js-yaml": "^4.0.5",
"@types/lodash": "^4.14.182",
"@types/mvdan-sh": "^0.5.1",
Expand All @@ -54,13 +54,10 @@
"remark-gfm": "^3.0.1",
"sirv-cli": "^2.0.2",
"ts-jest": "^28.0.5",
"tsx": "^3.6.0",
"tsx": "^3.7.0",
"type-coverage": "^2.21.2",
"typescript": "^4.7.4"
},
"resolutions": {
"prettier-plugin-sh": "link:packages/sh"
},
"commitlint": {
"extends": [
"@1stg"
Expand Down
Loading

0 comments on commit 0d07472

Please sign in to comment.