eslint-plugin-react-x
Advanced tools
Comparing version 1.5.23 to 1.5.24-next.0
{ | ||
"name": "eslint-plugin-react-x", | ||
"version": "1.5.23", | ||
"version": "1.5.24-next.0", | ||
"description": "ESLint React's ESLint plugin for React related rules.", | ||
@@ -15,3 +15,3 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"license": "MIT", | ||
"author": "Eva1ent<let@ik.me>", | ||
"author": "Eva1ent<rel1cx@proton.me>", | ||
"sideEffects": false, | ||
@@ -44,9 +44,9 @@ "exports": { | ||
"is-immutable-type": "4.0.0", | ||
"@eslint-react/core": "1.5.23", | ||
"@eslint-react/ast": "1.5.23", | ||
"@eslint-react/jsx": "1.5.23", | ||
"@eslint-react/shared": "1.5.23", | ||
"@eslint-react/tools": "1.5.23", | ||
"@eslint-react/var": "1.5.23", | ||
"@eslint-react/types": "1.5.23" | ||
"@eslint-react/ast": "1.5.24-next.0", | ||
"@eslint-react/core": "1.5.24-next.0", | ||
"@eslint-react/jsx": "1.5.24-next.0", | ||
"@eslint-react/types": "1.5.24-next.0", | ||
"@eslint-react/tools": "1.5.24-next.0", | ||
"@eslint-react/shared": "1.5.24-next.0", | ||
"@eslint-react/var": "1.5.24-next.0" | ||
}, | ||
@@ -53,0 +53,0 @@ "devDependencies": { |
@@ -88,3 +88,2 @@ # eslint-plugin-react-x | ||
| `no-comment-textnodes` | Prevents comments from being inserted as text nodes. | 👀 | | | | ||
| `no-complicated-conditional-rendering` | Prevents complicated conditional rendering in JSX. | 🤯 | | ❌ | | ||
| `no-component-will-mount` | Prevents usage of `componentWillMount`. | ⛔ | | | | ||
@@ -96,3 +95,2 @@ | `no-component-will-receive-props` | Prevents usage of `componentWillReceiveProps`. | ⛔ | | | | ||
| `no-duplicate-key` | Prevents duplicate `key` props on elements in the same array or a list of `children`. | ✔️ | | | | ||
| `no-implicit-key` | Prevents `key` prop from not being explicitly specified (e.g. spreading `key` prop from objects). | 👀 | | ❌ | | ||
| `no-leaked-conditional-rendering` | Prevents problematic leaked values from being rendered. | 👀 | 💭 | | | ||
@@ -99,0 +97,0 @@ | `no-missing-component-display-name` | Enforces that all components have a `displayName` which can be used in devtools. | 🐞 | | | |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
327150
1
115
+ Added@eslint-react/ast@1.5.24-next.0(transitive)
+ Added@eslint-react/core@1.5.24-next.0(transitive)
+ Added@eslint-react/jsx@1.5.24-next.0(transitive)
+ Added@eslint-react/shared@1.5.24-next.0(transitive)
+ Added@eslint-react/tools@1.5.24-next.0(transitive)
+ Added@eslint-react/types@1.5.24-next.0(transitive)
+ Added@eslint-react/var@1.5.24-next.0(transitive)
- Removed@eslint-react/ast@1.5.23(transitive)
- Removed@eslint-react/core@1.5.23(transitive)
- Removed@eslint-react/jsx@1.5.23(transitive)
- Removed@eslint-react/shared@1.5.23(transitive)
- Removed@eslint-react/tools@1.5.23(transitive)
- Removed@eslint-react/types@1.5.23(transitive)
- Removed@eslint-react/var@1.5.23(transitive)