Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/temando/tslint-config-temando

A TSLint config from Temando
https://github.com/temando/tslint-config-temando

lint tslint typescript

Last synced: 2 months ago
JSON representation

A TSLint config from Temando

Awesome Lists containing this project

README

        

# TSLint Config Temando

JavaScript Standard Style

[![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