angular-tslint-rules
Advanced tools
Comparing version 1.14.2 to 1.14.3
{ | ||
"name": "angular-tslint-rules", | ||
"version": "1.14.2", | ||
"version": "1.14.3", | ||
"description": "Shared TSLint & codelyzer rules to enforce a consistent code style for Angular development", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -664,3 +664,6 @@ # angular-tslint-rules [![npm version](https://badge.fury.io/js/angular-tslint-rules.svg)](https://www.npmjs.com/package/angular-tslint-rules) [![npm downloads](https://img.shields.io/npm/dm/angular-tslint-rules.svg)](https://www.npmjs.com/package/angular-tslint-rules) | ||
true, | ||
140 | ||
{ | ||
"limit": 140, | ||
"ignore-pattern": "^import |^export {(.*?)}|class [a-zA-Z]+ implements |// " | ||
} | ||
] | ||
@@ -667,0 +670,0 @@ ``` |
@@ -185,3 +185,6 @@ { | ||
true, | ||
140 | ||
{ | ||
"limit": 140, | ||
"ignore-pattern": "^import |^export {(.*?)}|class [a-zA-Z]+ implements |// " | ||
} | ||
], | ||
@@ -188,0 +191,0 @@ "indent": [ |
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
47219
389
1095