We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646d5fe commit 2be9d34Copy full SHA for 2be9d34
2 files changed
eslint.config.js
@@ -401,7 +401,6 @@ copy(
401
'@eslint-react/web-api/no-leaked-interval': 1,
402
'@eslint-react/web-api/no-leaked-resize-observer': 1,
403
'@eslint-react/web-api/no-leaked-timeout': 1,
404
- '@eslint-react/naming-convention/component-name': 1,
405
'@eslint-react/naming-convention/context-name': 1,
406
'@eslint-react/naming-convention/id-name': 1,
407
'@eslint-react/naming-convention/ref-name': 1,
package.json
@@ -47,7 +47,7 @@
47
"typecheck": "tsc --build"
48
},
49
"devDependencies": {
50
- "@eslint-react/eslint-plugin": "^3.0.0-beta.42",
+ "@eslint-react/eslint-plugin": "3.0.0-beta.53",
51
"@eslint/markdown": "^7.5.1",
52
"@faker-js/faker": "^10.0.0",
53
"@tanstack/react-router": "^1.132.31",
0 commit comments