Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/temando/tslint-config-temando
- Owner: temando
- Created: 2017-05-15T08:36:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T02:53:08.000Z (about 6 years ago)
- Last Synced: 2024-10-29T02:39:24.785Z (2 months ago)
- Topics: lint, tslint, typescript
- Language: JavaScript
- Size: 40 KB
- Stars: 1
- Watchers: 6
- 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