Skip to content

Commit 734eca8

Browse files
committed
docs: update descriptions to reflect React 19 linting capabilities
1 parent 452e27e commit 734eca8

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
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-plugin-react-x?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/package/eslint-plugin-react-x)
66
[![Downloads](https://img.shields.io/npm/dt/eslint-plugin-react-x.svg?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/package/eslint-plugin-react-x)
77

8-
More than 80 high-quality linting rules for writing better React code.
8+
More than 80 high-quality linting rules to identify possible problems in your React 19 code.
99

1010
## Features
1111

apps/website/app/(home)/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ export default function HomePage() {
1515
<main className="w-full min-w-0 max-w-6xl px-8 pt-4 pb-12 md:px-12 mx-auto">
1616
<ESLintReact />
1717
<article className="prose max-w-none">
18-
<p className="text-center">More than 80 high-quality linting rules for writing better React code.</p>
18+
<p className="text-center">
19+
More than 80 high-quality linting rules to identify possible problems in your React 19 code.
20+
</p>
1921
<h2>Features</h2>
2022
<Cards className="grid grid-cols-1 gap-4 md:grid-cols-4">
2123
{features.map(([title, description]) => <Card description={description} key={title} title={title} />)}

apps/website/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const ibm_plex_mono = IBM_Plex_Mono({
1616
});
1717

1818
export const metadata = {
19-
description: "More than 80 high-quality linting rules for writing better React code.",
19+
description: "More than 80 high-quality linting rules to identify possible problems in your React 19 code.",
2020
title: {
2121
default: "ESLint React",
2222
template: "%s | ESLint React",

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-plugin-react-x?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/package/eslint-plugin-react-x)
66
[![Downloads](https://img.shields.io/npm/dt/eslint-plugin-react-x.svg?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/package/eslint-plugin-react-x)
77

8-
More than 80 high-quality linting rules for writing better React code.
8+
More than 80 high-quality linting rules to identify possible problems in your React 19 code.
99

1010
## Features
1111

packages/plugins/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eslint-react/eslint-plugin",
33
"version": "1.36.2-beta.1",
4-
"description": "More than 80 high-quality linting rules for writing better React code.",
4+
"description": "More than 80 high-quality linting rules to identify possible problems in your React 19 code.",
55
"keywords": [
66
"react",
77
"eslint",

0 commit comments

Comments
 (0)