eslint-plugin-validate-jsx-nesting
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -315,4 +315,4 @@ 'use strict'; | ||
rules: { | ||
'valid-jsx-nesting': validJSXNesting, | ||
'no-invalid-jsx-nesting': validJSXNesting, | ||
}, | ||
}; |
{ | ||
"name": "eslint-plugin-validate-jsx-nesting", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "ESLint Plugin for Validating JSX Nesting", | ||
@@ -11,4 +11,3 @@ "main": "dist/index.js", | ||
"test": "jest", | ||
"prepublish": "npm run clean && npm run build", | ||
"publish:patch": "npm version patch && npm publish --public" | ||
"prepublish": "npm run clean && npm run build" | ||
}, | ||
@@ -76,2 +75,2 @@ "files": [ | ||
} | ||
} | ||
} |
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
9745