eslint-plugin-testing-library
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -42,6 +42,7 @@ 'use strict'; | ||
const references = | ||
variableDeclaratorParent.type === 'VariableDeclarator' && | ||
context | ||
.getDeclaredVariables(variableDeclaratorParent)[0] | ||
.references.slice(1); | ||
(variableDeclaratorParent.type === 'VariableDeclarator' && | ||
context | ||
.getDeclaredVariables(variableDeclaratorParent)[0] | ||
.references.slice(1)) || | ||
[]; | ||
@@ -48,0 +49,0 @@ if ( |
{ | ||
"name": "eslint-plugin-testing-library", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "ESLint rules for Testing Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -176,3 +176,7 @@ <div align="center"> | ||
<td align="center"><a href="https://www.matej.snuderl.si/"><img src="https://avatars3.githubusercontent.com/u/8524109?v=4" width="100px;" alt="Matej Šnuderl"/><br /><sub><b>Matej Šnuderl</b></sub></a><br /><a href="#ideas-Meemaw" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/Belco90/eslint-plugin-testing-library/commits?author=Meemaw" title="Documentation">📖</a></td> | ||
<td align="center"><a href="https://afontcu.dev"><img src="https://avatars0.githubusercontent.com/u/9197791?v=4" width="100px;" alt="Adrià Fontcuberta"/><br /><sub><b>Adrià Fontcuberta</b></sub></a><br /><a href="https://github.com/Belco90/eslint-plugin-testing-library/commits?author=afontcu" title="Code">💻</a> <a href="https://github.com/Belco90/eslint-plugin-testing-library/commits?author=afontcu" title="Tests">⚠️</a></td> | ||
</tr> | ||
<tr> | ||
<td align="center"><a href="https://github.com/jonaldinger"><img src="https://avatars1.githubusercontent.com/u/663362?v=4" width="100px;" alt="Jon Aldinger"/><br /><sub><b>Jon Aldinger</b></sub></a><br /><a href="https://github.com/Belco90/eslint-plugin-testing-library/commits?author=jonaldinger" title="Documentation">📖</a></td> | ||
</tr> | ||
</table> | ||
@@ -179,0 +183,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32904
619
186