@fimbul/mimir
Advanced tools
Comparing version 0.20.0-dev.20190126 to 0.20.0-dev.20190129
{ | ||
"name": "@fimbul/mimir", | ||
"version": "0.20.0-dev.20190126", | ||
"version": "0.20.0-dev.20190129", | ||
"description": "Core rules of the Fimbullinter project", | ||
@@ -5,0 +5,0 @@ "main": "recommended.yaml", |
@@ -56,2 +56,3 @@ # Mímir | ||
[`no-useless-declare`](docs/no-useless-declare.md) | :wrench: Disallows the `declare` keyword on statements without runtime value, e.g. `declare type T = any;`. | TSLint has no such rule. | ||
[`no-useless-desttructuring`](docs/no-useless-destructuring.md) | Detects array and object destructuring that doesn't assign to a variable. | TSLint has no such rule. | ||
[`no-useless-initializer`](docs/no-useless-initializer.md) | :mag_right: :wrench: Disallows unnecessary initialization with `undefined` and useless destructuring defaults. | TSLint's rule `no-unnecessary-initializer` doesn't fix all parameter initializers and gives false positives for destructuring. | ||
@@ -58,0 +59,0 @@ [`no-useless-jump-label`](docs/no-useless-jump-label.md) | :wrench: Disallows `continue label;` and `break label;` where the label is not necessary. | There's no similar TSLint rule. |
Sorry, the diff of this file is not supported yet
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
400245
156
4718
90
247