eslint-plugin-decorator-position
Advanced tools
Comparing version 0.0.1-preview.1 to 0.0.1-preview.2
@@ -48,3 +48,3 @@ 'use strict'; | ||
if (decorators.length === 1) { | ||
if (decorators && decorators.length === 1) { | ||
checkDecorators(context, node, options); | ||
@@ -57,3 +57,3 @@ } | ||
if (decorators.length === 1) { | ||
if (decorators && decorators.length === 1) { | ||
checkDecorators(context, node, options); | ||
@@ -60,0 +60,0 @@ } |
{ | ||
"name": "eslint-plugin-decorator-position", | ||
"version": "0.0.1-preview.1", | ||
"version": "0.0.1-preview.2", | ||
"description": "ESLint plugin for enforcing decorator position", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
15446