eslint-plugin-react-x 2.3.6-next.6 → 2.3.6-next.7
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.
- package/README.md +2 -2
- package/dist/index.js +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ import react from "eslint-plugin-react-x";
|
|
|
20
20
|
import { defineConfig } from "eslint/config";
|
|
21
21
|
import tseslint from "typescript-eslint";
|
|
22
22
|
|
|
23
|
-
export default defineConfig(
|
|
23
|
+
export default defineConfig(
|
|
24
24
|
{
|
|
25
25
|
files: ["**/*.ts", "**/*.tsx"],
|
|
26
26
|
extends: [
|
|
@@ -40,7 +40,7 @@ export default defineConfig([
|
|
|
40
40
|
"react-x/no-class-component": "warn",
|
|
41
41
|
},
|
|
42
42
|
},
|
|
43
|
-
|
|
43
|
+
);
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
## Rules
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-x",
|
|
3
|
-
"version": "2.3.6-next.
|
|
3
|
+
"version": "2.3.6-next.7",
|
|
4
4
|
"description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"string-ts": "^2.2.1",
|
|
47
47
|
"ts-api-utils": "^2.1.0",
|
|
48
48
|
"ts-pattern": "^5.9.0",
|
|
49
|
-
"@eslint-react/ast": "2.3.6-next.
|
|
50
|
-
"@eslint-react/core": "2.3.6-next.
|
|
51
|
-
"@eslint-react/eff": "2.3.6-next.
|
|
52
|
-
"@eslint-react/
|
|
53
|
-
"@eslint-react/
|
|
49
|
+
"@eslint-react/ast": "2.3.6-next.7",
|
|
50
|
+
"@eslint-react/core": "2.3.6-next.7",
|
|
51
|
+
"@eslint-react/eff": "2.3.6-next.7",
|
|
52
|
+
"@eslint-react/shared": "2.3.6-next.7",
|
|
53
|
+
"@eslint-react/var": "2.3.6-next.7"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/react": "^19.2.5",
|