@eslint-react/eslint-plugin 2.4.1-next.9 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +3 -1
  3. package/package.json +14 -14
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Version](https://img.shields.io/npm/v/@eslint-react/eslint-plugin?style=flat&colorA=111111&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
6
6
  [![Downloads](https://img.shields.io/npm/dt/@eslint-react/eslint-plugin.svg?style=flat&colorA=222222&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
7
7
  [![License](https://img.shields.io/npm/l/@eslint-react/eslint-plugin?style=flat&colorA=333333&colorB=000000)](https://npmjs.com/package/@eslint-react/eslint-plugin)
8
- [![Build with](https://img.shields.io/badge/built_with-tsdown@0.18.3-000000?style=flat)](https://tsdown.dev)
8
+ [![Build with](https://img.shields.io/badge/built_with-tsdown@0.18.4-000000?style=flat)](https://tsdown.dev)
9
9
 
10
10
  4-7x faster composable ESLint rules for React and friends.
11
11
 
package/dist/index.js CHANGED
@@ -24,7 +24,7 @@ var __exportAll = (all, symbols) => {
24
24
  //#endregion
25
25
  //#region package.json
26
26
  var name$16 = "@eslint-react/eslint-plugin";
27
- var version = "2.4.1-next.9";
27
+ var version = "2.5.0";
28
28
 
29
29
  //#endregion
30
30
  //#region src/configs/dom.ts
@@ -203,6 +203,7 @@ const rules$14 = {
203
203
  "@eslint-react/naming-convention/context-name": "warn",
204
204
  "@eslint-react/naming-convention/filename": "off",
205
205
  "@eslint-react/naming-convention/filename-extension": "off",
206
+ "@eslint-react/naming-convention/ref-name": "off",
206
207
  "@eslint-react/naming-convention/use-state": "warn"
207
208
  };
208
209
  const plugins$8 = {
@@ -371,6 +372,7 @@ const rules$6 = {
371
372
  ...rules$10,
372
373
  "@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": "warn",
373
374
  "@eslint-react/naming-convention/context-name": "warn",
375
+ "@eslint-react/naming-convention/ref-name": "warn",
374
376
  "@eslint-react/naming-convention/use-state": "warn"
375
377
  };
376
378
  const plugins$5 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/eslint-plugin",
3
- "version": "2.4.1-next.9",
3
+ "version": "2.5.0",
4
4
  "description": "A unified plugin that combines all individual plugins from the eslint-react monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -40,21 +40,21 @@
40
40
  "./package.json"
41
41
  ],
42
42
  "dependencies": {
43
- "@typescript-eslint/scope-manager": "^8.50.1",
44
- "@typescript-eslint/type-utils": "^8.50.1",
45
- "@typescript-eslint/types": "^8.50.1",
46
- "@typescript-eslint/utils": "^8.50.1",
47
- "ts-api-utils": "^2.2.0",
48
- "@eslint-react/eff": "2.4.1-next.9",
49
- "eslint-plugin-react-dom": "2.4.1-next.9",
50
- "@eslint-react/shared": "2.4.1-next.9",
51
- "eslint-plugin-react-hooks-extra": "2.4.1-next.9",
52
- "eslint-plugin-react-naming-convention": "2.4.1-next.9",
53
- "eslint-plugin-react-x": "2.4.1-next.9",
54
- "eslint-plugin-react-web-api": "2.4.1-next.9"
43
+ "@typescript-eslint/scope-manager": "^8.51.0",
44
+ "@typescript-eslint/type-utils": "^8.51.0",
45
+ "@typescript-eslint/types": "^8.51.0",
46
+ "@typescript-eslint/utils": "^8.51.0",
47
+ "ts-api-utils": "^2.3.0",
48
+ "@eslint-react/eff": "2.5.0",
49
+ "@eslint-react/shared": "2.5.0",
50
+ "eslint-plugin-react-dom": "2.5.0",
51
+ "eslint-plugin-react-hooks-extra": "2.5.0",
52
+ "eslint-plugin-react-naming-convention": "2.5.0",
53
+ "eslint-plugin-react-web-api": "2.5.0",
54
+ "eslint-plugin-react-x": "2.5.0"
55
55
  },
56
56
  "devDependencies": {
57
- "tsdown": "^0.18.3",
57
+ "tsdown": "^0.18.4",
58
58
  "@local/configs": "0.0.0"
59
59
  },
60
60
  "peerDependencies": {