Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).