Comparing version 0.9.1 to 0.9.2
@@ -26,3 +26,2 @@ "use strict"; | ||
yield install(v); | ||
console.log(""); | ||
} | ||
@@ -51,2 +50,3 @@ yield installNext(); | ||
console.log("Installed!"); | ||
console.log(""); | ||
} | ||
@@ -53,0 +53,0 @@ }); |
{ | ||
"name": "dtslint", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "Runs tests on TypeScript definition files", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -121,3 +121,20 @@ `dtslint` tests a TypeScript declaration file for style and correctness. | ||
### Options | ||
- `--localTs` | ||
Use your locally installed version of TypeScript. | ||
```sh | ||
dtslint --localTs node_modules/typescript/lib types | ||
``` | ||
- `--expectOnly` | ||
Disable all the lint rules except the one that checks for type correctness. | ||
```sh | ||
dtslint --expectOnly types | ||
``` | ||
# Contributing | ||
@@ -124,0 +141,0 @@ |
Sorry, the diff of this file is not supported yet
183587
182