@fimbul/mimir
Advanced tools
Comparing version 0.17.0 to 0.18.0-dev.20190106
{ | ||
"name": "@fimbul/mimir", | ||
"version": "0.17.0", | ||
"version": "0.18.0-dev.20190106", | ||
"description": "Core rules of the Fimbullinter project", | ||
@@ -28,3 +28,3 @@ "main": "recommended.yaml", | ||
"dependencies": { | ||
"@fimbul/ymir": "^0.17.0", | ||
"@fimbul/ymir": "0.18.0-dev.20190106", | ||
"chalk": "^2.3.2", | ||
@@ -31,0 +31,0 @@ "debug": "^4.0.0", |
@@ -58,3 +58,3 @@ # Mímir | ||
[`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. | ||
`no-useless-predicate` | :mag: Detects redundant conditions that are either always true or always false. | Combination of TSLint's `strict-type-predicates`, `typeof-compare` and parts of `strict-boolean-expressions`. | ||
[`no-useless-predicate`](docs/no-useless-predicate.md) | :mag: Detects redundant conditions that are either always true or always false. | Combination of TSLint's `strict-type-predicates`, `typeof-compare` and parts of `strict-boolean-expressions`. | ||
[`no-useless-spread`](docs/no-useless-spread.md) | :wrench: Disallows redundant array and object spread. | There's no similar TSLint rule. | ||
@@ -61,0 +61,0 @@ [`no-useless-strict`](docs/no-useless-strict.md) | :mag_right: :wrench: Disallows redundant `'use strict';` directives. | TSLint had a rule to enforce `'use strict'` everywhere. |
Sorry, the diff of this file is not supported yet
374579
+ Added@fimbul/ymir@0.18.0-dev.20190106(transitive)
- Removed@fimbul/ymir@0.17.0(transitive)