tslint-immutable
Advanced tools
Comparing version 0.1.2 to 0.2.0
{ | ||
"name": "tslint-immutable", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "TSLint rules to disable all mutation in TypeScript.", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"test": "mocha tests/*.ts --require ts-node/register", | ||
"build": "tsc --outDir rules --sourceMap && rm rules/*.map" | ||
"build": "tsc -p tsconfig.prod.json" | ||
}, | ||
@@ -25,12 +25,12 @@ "repository": { | ||
"homepage": "https://github.com/jonaskello/tslint-immutable#readme", | ||
"dependencies": { | ||
"tslint": "^3.7.1", | ||
"typescript": "^1.8.9" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^3.4.34", | ||
"@types/mocha": "^2.2.32", | ||
"@types/node": "^6.0.46", | ||
"chai": "^3.5.0", | ||
"mocha": "^2.4.5", | ||
"ntypescript": "^1.201604080019.1", | ||
"ts-node": "^0.7.1" | ||
"ts-node": "^1.6.1", | ||
"tslint": "^3.15.1", | ||
"typescript": "^2.0.6" | ||
} | ||
} |
@@ -13,3 +13,3 @@ # tslint-immutable | ||
## TSLint Rules | ||
There are three rules in the plugin: | ||
There following rules are availavle: | ||
@@ -16,0 +16,0 @@ ### no-let |
@@ -35,2 +35,1 @@ "use strict"; | ||
}(Lint.RuleWalker)); | ||
//# sourceMappingURL=noExpressionStatementRule.js.map |
@@ -53,2 +53,1 @@ "use strict"; | ||
}(Lint.RuleWalker)); | ||
//# sourceMappingURL=noLetRule.js.map |
@@ -38,2 +38,1 @@ "use strict"; | ||
}(Lint.RuleWalker)); | ||
//# sourceMappingURL=noMutationRule.js.map |
@@ -35,2 +35,1 @@ "use strict"; | ||
}(Lint.RuleWalker)); | ||
//# sourceMappingURL=noThisRule.js.map |
Sorry, the diff of this file is not supported yet
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
0
9
168
21147
8
- Removedtslint@^3.7.1
- Removedtypescript@^1.8.9
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcolors@1.4.0(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removeddiff@2.2.3(transitive)
- Removedfindup-sync@0.3.0(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedglob@5.0.157.2.3(transitive)
- Removedhasown@2.0.2(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-core-module@2.15.1(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminimist@0.0.10(transitive)
- Removedonce@1.4.0(transitive)
- Removedoptimist@0.6.1(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpath-parse@1.0.7(transitive)
- Removedresolve@1.22.8(transitive)
- Removedsprintf-js@1.1.3(transitive)
- Removedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removedtslint@3.15.1(transitive)
- Removedtypescript@1.8.10(transitive)
- Removedunderscore.string@3.3.6(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwordwrap@0.0.3(transitive)
- Removedwrappy@1.0.2(transitive)