eslint-plugin-factorial
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "eslint-plugin-factorial", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -22,2 +22,4 @@ module.exports = { | ||
parent.type !== 'TSTypeAliasDeclaration' && | ||
parent.type !== 'TSTypeReference' && | ||
parent.type !== 'TSTypeAnnotation' && | ||
parent.type !== 'ArrowFunctionExpression' && | ||
@@ -24,0 +26,0 @@ parent.type !== 'FunctionDeclaration' && |
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
12571
312