File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
packages/plugins/eslint-plugin Expand file tree Collapse file tree 6 files changed +6
-6
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 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
Original file line number Diff line number Diff 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" >
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 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" ,
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 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments