tslint-immutable
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -9,2 +9,6 @@ # Change Log | ||
## [v4.0.2] - 2017-07-16 | ||
### Added | ||
- Added an index.js file to the rules directory in order for rulesDirectory to work. See [#35](https://github.com/jonaskello/tslint-immutable/issues/35). | ||
## [v4.0.1] - 2017-06-06 | ||
@@ -126,3 +130,4 @@ ### Fixed | ||
[Unreleased]: https://github.com/jonaskello/tslint-immutable/compare/v4.0.1...master | ||
[Unreleased]: https://github.com/jonaskello/tslint-immutable/compare/v4.0.2...master | ||
[v4.0.1]: https://github.com/jonaskello/tslint-immutable/compare/v4.0.1...v4.0.2 | ||
[v4.0.1]: https://github.com/jonaskello/tslint-immutable/compare/v4.0.0...v4.0.1 | ||
@@ -129,0 +134,0 @@ [v4.0.0]: https://github.com/jonaskello/tslint-immutable/compare/v3.4.2...v4.0.0 |
{ | ||
"name": "tslint-immutable", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "TSLint rules to disable mutation in TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "tslint-immutable.json", |
@@ -291,3 +291,2 @@ # tslint-immutable | ||
"no-class": true, | ||
"no-new": true, | ||
"no-mixed-interface": true, | ||
@@ -294,0 +293,0 @@ "no-expression-statement": true, |
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
54307
19
651
317