eslint-plugin-validate-jsx-nesting
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -313,3 +313,3 @@ 'use strict'; | ||
exports = { | ||
var index = { | ||
rules: { | ||
@@ -319,1 +319,3 @@ 'no-invalid-jsx-nesting': validJSXNesting, | ||
}; | ||
module.exports = index; |
{ | ||
"name": "eslint-plugin-validate-jsx-nesting", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "ESLint Plugin for Validating JSX Nesting", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
9772
300