Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palantir/tslint-playground
A playground for testing tslint configurations
https://github.com/palantir/tslint-playground
Last synced: 5 days ago
JSON representation
A playground for testing tslint configurations
- Host: GitHub
- URL: https://github.com/palantir/tslint-playground
- Owner: palantir
- License: apache-2.0
- Archived: true
- Created: 2018-08-17T14:18:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T11:06:26.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T16:37:58.561Z (3 months ago)
- Language: JavaScript
- Homepage: https://palantir.github.io/tslint-playground/
- Size: 18.7 MB
- Stars: 6
- Watchers: 13
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tslint-playground
---
A playground for testing [tslint](https://github.com/palantir/tslint) configurations online.
## Features
- :star: Set which configuration to extend (`tslint:all`, `tslint:latest`, `tslint:recommended`)
- :star: Add additional rules and their config## Not included yet
- :clock1: Rules which require typing
- :clock1: Custom imports
- :clock1: Custom rules## Setup locally
1. Clone the repo
2. Run `yarn` to pull dependencies
3. Run `yarn start` to run.License
-------
This project is made available under the
[Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).