From 2be9d3445ba4d7f216c54af3cde00b8225e42c17 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien <567105+nstepien@users.noreply.github.com> Date: Wed, 25 Feb 2026 17:45:32 +0000 Subject: [PATCH] Update @eslint-react/eslint-plugin (#3982) --- eslint.config.js | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index d7ec962737..eec49c1b09 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -401,7 +401,6 @@ copy( '@eslint-react/web-api/no-leaked-interval': 1, '@eslint-react/web-api/no-leaked-resize-observer': 1, '@eslint-react/web-api/no-leaked-timeout': 1, - '@eslint-react/naming-convention/component-name': 1, '@eslint-react/naming-convention/context-name': 1, '@eslint-react/naming-convention/id-name': 1, '@eslint-react/naming-convention/ref-name': 1, diff --git a/package.json b/package.json index 35c5896238..edfcb81403 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "typecheck": "tsc --build" }, "devDependencies": { - "@eslint-react/eslint-plugin": "^3.0.0-beta.42", + "@eslint-react/eslint-plugin": "3.0.0-beta.53", "@eslint/markdown": "^7.5.1", "@faker-js/faker": "^10.0.0", "@tanstack/react-router": "^1.132.31",