We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jake lint
1 parent 68f84af commit ab71382Copy full SHA for ab71382
README.md
@@ -63,7 +63,8 @@ jake runtests # Run tests using the built compiler and test infrastructu
63
# Use host=<hostName> or tests=<testPath>.
64
jake runtests-browser # Runs the tests using the built run.js file. Syntax is jake runtests. Optional
65
parameters 'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.
66
-jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
+jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
67
+jake lint # Runs tslint over the compiler
68
jake -T # List the above commands.
69
```
70
0 commit comments