eslint-plugin-validate-jsx-nesting
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -313,8 +313,6 @@ 'use strict'; | ||
var index = { | ||
exports = { | ||
rules: { | ||
'valid-jsx-nestings': validJSXNesting, | ||
'valid-jsx-nesting': validJSXNesting, | ||
}, | ||
}; | ||
module.exports = index; |
{ | ||
"name": "eslint-plugin-validate-jsx-nesting", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "ESLint Plugin for Validating JSX Nesting", | ||
@@ -11,3 +11,4 @@ "main": "dist/index.js", | ||
"test": "jest", | ||
"prepublish": "npm run clean && npm run build" | ||
"prepublish": "npm run clean && npm run build", | ||
"publish:patch": "npm version patch && npm publish --public" | ||
}, | ||
@@ -75,2 +76,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
9805
299