https://github.com/getstation/tslint-config-station
The official Station TSLint config
https://github.com/getstation/tslint-config-station
station tslint tslint-config tslintconfig typescript
Last synced: about 2 months ago
JSON representation
The official Station TSLint config
- Host: GitHub
- URL: https://github.com/getstation/tslint-config-station
- Owner: getstation
- Created: 2018-10-17T15:27:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T10:42:51.000Z (over 7 years ago)
- Last Synced: 2025-10-01T10:44:32.594Z (9 months ago)
- Topics: station, tslint, tslint-config, tslintconfig, typescript
- Language: JavaScript
- Size: 20.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TSLint Config Station
=====================
[](https://travis-ci.com/getstation/tslint-config-station)
[](https://www.npmjs.com/package/tslint-config-station)
A [TSLint config](https://palantir.github.io/tslint/usage/configuration/) derived from [tslint-config-airbnb](https://github.com/progre/tslint-config-airbnb) used at [Station](https://getstation.com)
## Installation
```bash
$ npm install tslint-config-station --save-dev
```
## Usage
in `tslint.json`:
```json
{
"extends": "tslint-config-station"
}
```
## Using with tslint-react
```json
{
"extends": [
"tslint-config-station",
"tslint-react"
]
}
```