eslint-plugin-for-wtools
Advanced tools
Comparing version 0.3.4 to 0.3.5
{ | ||
"name" : "eslint-plugin-for-wtools", | ||
"version" : "0.3.4", | ||
"version" : "0.3.5", | ||
"description" : "Extends rule `space-in-parens` of `eslint`. Implement exception for single argument call case.", | ||
@@ -5,0 +5,0 @@ "author" : "Kostiantyn Wandalen <wanalen@01.school>", |
@@ -314,3 +314,4 @@ | ||
type : 'array', | ||
items : { | ||
items : | ||
{ | ||
enum : [ '{}', '[]', '()', 'empty' ] | ||
@@ -317,0 +318,0 @@ }, |
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
12326
435