This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 887
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add tslint-playground to README and bug report template. (#4150)
* Add tslint-playground to docs * Review typos: caps, extra s * Removed release creation section * Comment-ified bug report template * Undid a few more master changes * Just a bit more fixing of the bug report...
- Loading branch information
1 parent
b836f28
commit d7163e1
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,7 +31,11 @@ Please refer to the full installation & usage documentation on the [TSLint websi | |
- [customization of TSLint](https://palantir.github.io/tslint/develop/custom-rules/). | ||
- [inline disabling and enabling of rules with comment flags](https://palantir.github.io/tslint/usage/rule-flags/) | ||
|
||
## Custom rules & plugins | ||
## TSLint Playground | ||
|
||
There is a sandbox environment for TSLint at [palantir.github.io/tslint-playground](https://palantir.github.io/tslint-playground/), which can be used to test rules and see how TSLint works. Issues can be filed against `tslint-playground` [here](https://github.com/palantir/tslint-playground). | ||
|
||
## Custom Rules & Plugins | ||
|
||
#### Custom rule sets from Palantir | ||
|
||
|
@@ -59,11 +63,10 @@ Prerequisites: | |
- `node` v7+ | ||
- `yarn` v1.0+ | ||
|
||
#### Quick start | ||
#### Quick Start | ||
|
||
```bash | ||
git clone [email protected]:palantir/tslint.git --config core.autocrlf=input --config core.eol=lf | ||
cd tslint | ||
yarn | ||
yarn compile | ||
yarn test | ||
|