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 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
Original file line number Diff line number Diff 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 } /> ) }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const ibm_plex_mono = IBM_Plex_Mono({
1616} ) ;
1717
1818export 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments