angular-tslint-rules
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## v1.0.2 - 2017-05-22 | ||
### Changed | ||
- `allow-leading-underscore` option added to `variable-name` | ||
## v1.0.1 - 2017-05-10 | ||
@@ -5,0 +9,0 @@ ### Changed |
{ | ||
"name": "angular-tslint-rules", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Shared TSLint & codelyzer rules to enforce a consistent code style for Angular development", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -587,3 +587,3 @@ # angular-tslint-rules | ||
- All **variable**, and **function names** should be in **camelCase**. | ||
- *Do not use* **leading** and **trailing** underscore **`_`** characters. | ||
- *Do not use* **trailing** underscore **`_`** characters. | ||
```json | ||
@@ -593,2 +593,3 @@ "variable-name": [ | ||
"check-format", | ||
"allow-leading-underscore", | ||
"ban-keywords" | ||
@@ -595,0 +596,0 @@ ] |
@@ -192,2 +192,3 @@ { | ||
"check-format", | ||
"allow-leading-underscore", | ||
"ban-keywords" | ||
@@ -194,0 +195,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
28641
260
729