Skip to content

Commit 271a150

Browse files
authored
Merge branch 'main' into no-use-in-try-catch
2 parents 58e2e32 + ab74a01 commit 271a150

File tree

19 files changed

+24
-20
lines changed

19 files changed

+24
-20
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.28.0-next.2
1+
1.28.0-next.3

apps/website/assets/used_by.png

-16.4 KB
Loading

apps/website/public/used_by.png

-16.4 KB
Loading

assets/NOTABLE_PROJECTS_USING_ESLINT_REACT

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
https://github.com/ant-design/ant-design
21
https://github.com/DimensionDev/Maskbook
3-
https://github.com/dream-num/univer
42
https://github.com/electric-sql/pglite
5-
https://github.com/ensdomains/ensdomains-landing
3+
https://github.com/ensdomains/thorin
64
https://github.com/flirtual/flirtual
75
https://github.com/hashintel/hash
6+
https://github.com/langgenius/dify
87
https://github.com/npmgraph/npmgraph
8+
https://github.com/offlegacy/event-tracker
9+
https://github.com/prettier/prettier
910
https://github.com/react-navigation/react-navigation
1011
https://github.com/refined-github/refined-github
1112
https://github.com/RSSNext/Follow
13+
https://github.com/TanStack/form
1214
https://github.com/TanStack/query
15+
https://github.com/TanStack/router
16+
https://github.com/TanStack/store
1317
https://github.com/toss/suspensive
1418
https://github.com/upleveled/eslint-config-upleveled
1519
https://github.com/XYOracleNetwork/sdk-xyo-react-js
16-
https://github.com/zolplay-cn/config-monorepo

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/monorepo",
3-
"version": "1.28.0-next.2",
3+
"version": "1.28.0-next.3",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [

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": "1.28.0-next.2",
3+
"version": "1.28.0-next.3",
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": "1.28.0-next.2",
3+
"version": "1.28.0-next.3",
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": "1.28.0-next.2",
3+
"version": "1.28.0-next.3",
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": "1.28.0-next.2",
3+
"version": "1.28.0-next.3",
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": "1.28.0-next.2",
3+
"version": "1.28.0-next.3",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)