Skip to content

Commit c5e4c2b

Browse files
committed
release: 2.0.0-beta.2
1 parent d0786a3 commit c5e4c2b

File tree

19 files changed

+35
-25
lines changed

19 files changed

+35
-25
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- [TypeScript Specialized](#typescript-specialized)
2323
- [Other](#other)
2424
- [Rules](#rules)
25+
- [Benchmark](#benchmark)
2526
- [FAQ](#faq)
2627
- [Roadmap](#roadmap)
2728
- [Contributing](#contributing)
@@ -31,7 +32,7 @@
3132

3233
- **Modern**: First-class support for TypeScript, React 19, and more.
3334
- **Flexible**: Fully customizable rule severity levels, allowing you to enforce or relax rules as needed.
34-
- **Performant**: Built with performance in mind, optimized for large codebases, **4-7x faster** than other ESLint plugins.
35+
- **Performant**: Built with performance in mind, optimized for large codebases, [**4-7x faster**](https://github.com/Rel1cx/eslint-react-benchmark) than other ESLint plugins.
3536
- **Context-aware Linting**: Rules that understand the context of your code and project configuration to provide more accurate linting.
3637

3738
## Public Packages
@@ -150,6 +151,10 @@ export default tseslint.config({
150151

151152
[Rules Overview ↗](https://eslint-react.xyz/docs/rules/overview)
152153

154+
## Benchmark
155+
156+
[Benchmark Results ↗](https://github.com/Rel1cx/eslint-react-benchmark)
157+
153158
## FAQ
154159

155160
[Frequently Asked Questions ↗](https://eslint-react.xyz/docs/faq)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-beta.1
1+
2.0.0-beta.2

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"fumadocs-twoslash": "3.1.4",
2121
"fumadocs-typescript": "4.0.6",
2222
"fumadocs-ui": "15.5.4",
23-
"lucide-react": "^0.523.0",
23+
"lucide-react": "^0.525.0",
2424
"next": "^15.3.4",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.1.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
66
"keywords": [
@@ -113,7 +113,7 @@
113113
"@types/react-dom": "^19.1.6",
114114
"cross-spawn": "^7.0.6",
115115
"esbuild": "^0.25.5",
116-
"lucide-react": "^0.523.0",
116+
"lucide-react": "^0.525.0",
117117
"next": "^15.3.4",
118118
"react": "^19.1.0",
119119
"react-dom": "^19.1.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)