tslint-config-uxpin
Advanced tools
Comparing version 1.5.0 to 1.6.0
{ | ||
"name": "tslint-config-uxpin", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "UXPin TypeScript Style Guide", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -81,5 +81,15 @@ { | ||
"object-shorthand-properties-first": false, | ||
"strict-boolean-expressions": false | ||
"strict-boolean-expressions": false, | ||
"space-before-function-paren": [ | ||
true, | ||
{ | ||
"anonymous": "never", | ||
"asyncArrow": "always", | ||
"constructor": "never", | ||
"method": "never", | ||
"named": "never" | ||
} | ||
] | ||
}, | ||
"rulesDirectory": [] | ||
} |
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
15223
94