Skip to content

Commit a19e062

Browse files
committed
Minor docs improvements
1 parent 009a9ce commit a19e062

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Version](https://img.shields.io/npm/v/@eslint-react/eslint-plugin?style=flat&colorA=111111&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
66
[![Downloads](https://img.shields.io/npm/dt/@eslint-react/eslint-plugin.svg?style=flat&colorA=222222&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
77
[![License](https://img.shields.io/npm/l/@eslint-react/eslint-plugin?style=flat&colorA=333333&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
8-
[![Build with](https://img.shields.io/badge/[email protected].4-000000?style=flat)](https://tsdown.dev)
8+
[![Build with](https://img.shields.io/badge/[email protected].5-000000?style=flat)](https://tsdown.dev)
99

1010
4-7x faster composable ESLint rules for React and friends.
1111

apps/website/content/docs/community.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export const projects = [
22
{ owner: "Ajaxy", repo: "telegram-tt" },
3-
{ owner: "ant-design", repo: "ant-design" },
43
{ owner: "clientIO", repo: "joint" },
54
{ owner: "DimensionDev", repo: "Maskbook" },
65
{ owner: "electric-sql", repo: "electric" },
@@ -11,8 +10,6 @@ export const projects = [
1110
{ owner: "kriasoft", repo: "graphql-starter-kit" },
1211
{ owner: "kriasoft", repo: "react-starter-kit" },
1312
{ owner: "letstri", repo: "permix" },
14-
{ owner: "mcp-use", repo: "mcp-use" },
15-
{ owner: "mgilangjanuar", repo: "buntal" },
1613
{ owner: "npmgraph", repo: "npmgraph" },
1714
{ owner: "offlegacy", repo: "event-tracker" },
1815
{ owner: "onejs", repo: "one" },
@@ -21,7 +18,6 @@ export const projects = [
2118
{ owner: "primer", repo: "react" },
2219
{ owner: "react-navigation", repo: "react-navigation" },
2320
{ owner: "refined-github", repo: "refined-github" },
24-
{ owner: "RSSNext", repo: "Follow" },
2521
{ owner: "TanStack", repo: "form" },
2622
{ owner: "TanStack", repo: "pacer" },
2723
{ owner: "TanStack", repo: "query" },

packages/plugins/eslint-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Version](https://img.shields.io/npm/v/@eslint-react/eslint-plugin?style=flat&colorA=111111&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
66
[![Downloads](https://img.shields.io/npm/dt/@eslint-react/eslint-plugin.svg?style=flat&colorA=222222&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
77
[![License](https://img.shields.io/npm/l/@eslint-react/eslint-plugin?style=flat&colorA=333333&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
8-
[![Build with](https://img.shields.io/badge/[email protected].4-000000?style=flat)](https://tsdown.dev)
8+
[![Build with](https://img.shields.io/badge/[email protected].5-000000?style=flat)](https://tsdown.dev)
99

1010
4-7x faster composable ESLint rules for React and friends.
1111

0 commit comments

Comments
 (0)