Skip to content

Commit e0e4d46

Browse files
committedMar 28, 2025··
docs: switch back to the original slogan
1 parent 898d476 commit e0e4d46

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
 

Diff for: ‎README.md

+1-1
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 to identify possible problems in your React 19 code.
8+
A series of composable ESLint Plugins for libraries and frameworks that use React as a UI runtime.
99

1010
## Features
1111

Diff for: ‎apps/website/app/(home)/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function HomePage() {
1717
<ESLintReact />
1818
<article className="prose max-w-none">
1919
<p className="text-center">
20-
More than 80 high-quality linting rules to identify possible problems in your React 19 code.
20+
A series of composable ESLint Plugins for libraries and frameworks that use React as a UI runtime.
2121
</p>
2222
<h2>Features</h2>
2323
<Cards className="grid grid-cols-1 gap-4 md:grid-cols-4">

Diff for: ‎apps/website/app/layout.tsx

+1-1
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 to identify possible problems in your React 19 code.",
19+
description: "A series of composable ESLint Plugins for libraries and frameworks that use React as a UI runtime.",
2020
title: {
2121
default: "ESLint React",
2222
template: "%s | ESLint React",

Diff for: ‎packages/plugins/eslint-plugin/README.md

+1-1
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 to identify possible problems in your React 19 code.
8+
A series of composable ESLint Plugins for libraries and frameworks that use React as a UI runtime.
99

1010
## Features
1111

Diff for: ‎packages/plugins/eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eslint-react/eslint-plugin",
33
"version": "1.38.3-beta.0",
4-
"description": "More than 80 high-quality linting rules to identify possible problems in your React 19 code.",
4+
"description": "A series of composable ESLint Plugins for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",
77
"eslint",

Diff for: ‎scripts/update-website.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { glob } from "./lib/glob";
77
* Build script for processing and copying documentation to the website
88
*
99
* This script:
10-
* 1. Collects rule documentation from ESLint plugins
10+
* 1. Collects rule documentation from ESLint Plugins
1111
* 2. Copies them to the website with proper naming
1212
* 3. Processes the changelog
1313
* 4. Sets up dependencies for the website build

0 commit comments

Comments
 (0)
Please sign in to comment.