File tree 6 files changed +6
-6
lines changed
packages/plugins/eslint-plugin
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ 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 )
6
6
[ ![ 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 )
7
7
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 .
9
9
10
10
## Features
11
11
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default function HomePage() {
17
17
< ESLintReact />
18
18
< article className = "prose max-w-none" >
19
19
< 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 .
21
21
</ p >
22
22
< h2 > Features</ h2 >
23
23
< Cards className = "grid grid-cols-1 gap-4 md:grid-cols-4" >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const ibm_plex_mono = IBM_Plex_Mono({
16
16
} ) ;
17
17
18
18
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 ." ,
20
20
title : {
21
21
default : "ESLint React" ,
22
22
template : "%s | ESLint React" ,
Original file line number Diff line number Diff line change 5
5
[ ![ 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 )
6
6
[ ![ 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 )
7
7
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 .
9
9
10
10
## Features
11
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @eslint-react/eslint-plugin" ,
3
3
"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 ." ,
5
5
"keywords" : [
6
6
" react" ,
7
7
" eslint" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { glob } from "./lib/glob";
7
7
* Build script for processing and copying documentation to the website
8
8
*
9
9
* This script:
10
- * 1. Collects rule documentation from ESLint plugins
10
+ * 1. Collects rule documentation from ESLint Plugins
11
11
* 2. Copies them to the website with proper naming
12
12
* 3. Processes the changelog
13
13
* 4. Sets up dependencies for the website build
You can’t perform that action at this time.
0 commit comments