File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
packages/plugins/eslint-plugin Expand file tree Collapse file tree 5 files changed +7
-5
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 for writing better React code.
8
+ More than 80 high-quality linting rules to identify possible problems in your React 19 code.
9
9
10
10
## Features
11
11
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ export default function HomePage() {
15
15
< main className = "w-full min-w-0 max-w-6xl px-8 pt-4 pb-12 md:px-12 mx-auto" >
16
16
< ESLintReact />
17
17
< 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 >
19
21
< h2 > Features</ h2 >
20
22
< Cards className = "grid grid-cols-1 gap-4 md:grid-cols-4" >
21
23
{ features . map ( ( [ title , description ] ) => < Card description = { description } key = { title } title = { title } /> ) }
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 for writing better React code." ,
19
+ description : "More than 80 high-quality linting rules to identify possible problems in your React 19 code." ,
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 for writing better React code.
8
+ More than 80 high-quality linting rules to identify possible problems in your React 19 code.
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.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." ,
5
5
"keywords" : [
6
6
" react" ,
7
7
" eslint" ,
You can’t perform that action at this time.
0 commit comments