https://github.com/temando/tslint-config-temando
A TSLint config from Temando
https://github.com/temando/tslint-config-temando
lint tslint typescript
Last synced: about 1 year ago
JSON representation
A TSLint config from Temando
- Host: GitHub
- URL: https://github.com/temando/tslint-config-temando
- Owner: temando
- Created: 2017-05-15T08:36:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T02:53:08.000Z (over 7 years ago)
- Last Synced: 2025-03-25T19:53:39.234Z (over 1 year ago)
- Topics: lint, tslint, typescript
- Language: JavaScript
- Size: 40 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# TSLint Config Temando
[![NPM version][npm-image]][npm-url]
[![NPM downloads][downloads-image]][downloads-url]
[![Build status][travis-image]][travis-url]
> A [TSLint config](https://palantir.github.io/tslint/usage/tslint-json/) from [Temando](http://temando.com/)
### Rules
- [TSLint](https://www.npmjs.com/package/tslint)
- [TSLint ESLint Rules](https://www.npmjs.com/package/tslint-eslint-rules)
- [TSLint Config Standard](https://www.npmjs.com/package/tslint-config-standard)
- And a few overrides: [./tslint.js](./tslint.js)
## Installation
```sh
yarn add --dev tslint-config-temando
```
## Usage
In `tslint.json`:
```json
{
"extends": ["tslint-config-temando"]
}
```
[npm-image]: https://img.shields.io/npm/v/tslint-config-temando.svg?style=flat
[npm-url]: https://npmjs.org/package/tslint-config-temando
[downloads-image]: https://img.shields.io/npm/dm/tslint-config-temando.svg?style=flat
[downloads-url]: https://npmjs.org/package/tslint-config-temando
[travis-image]: https://img.shields.io/travis/temando/tslint-config-temando.svg?style=flat
[travis-url]: https://travis-ci.org/temando/tslint-config-temando