# tslint-config-standard

> A TSLint config for JavaScript Standard Style

Latest version **9.0.0** (published 2019-11-03) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install tslint-config-standard
pnpm add tslint-config-standard
yarn add tslint-config-standard
bun add tslint-config-standard
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 9.0.0 |
| Published | 2019-11-03 |
| First published | 2016-05-15 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 350 |
| Author | Blake Embrey |
| Maintainers | blakeembrey |
| Keywords | tslint, config, standard, standardjs, typescript, ts |

## Links

- npm: https://www.npmjs.com/package/tslint-config-standard
- Repository: https://github.com/blakeembrey/tslint-config-standard
- Issues: https://github.com/blakeembrey/tslint-config-standard/issues
- npm.io page: https://npm.io/package/tslint-config-standard

## Dependencies (1)

- [tslint-eslint-rules](https://npm.io/package/tslint-eslint-rules.md) ^5.3.1

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 9.0.0 (latest) — 2019-11-03
- 8.0.1 — 2018-09-03
- 8.0.0 — 2018-08-31
- 7.1.0 — 2018-06-21
- 7.0.0 — 2017-10-27
- 6.0.1 — 2017-06-14
- 6.0.0 — 2017-06-14
- 5.0.2 — 2017-04-05
- 5.0.1 — 2017-04-05
- 5.0.0 — 2017-04-05
- 4.0.0 — 2017-02-12
- 3.0.0 — 2017-01-19
- 2.0.0 — 2016-11-21
- 1.5.0 — 2016-10-02
- 1.4.2 — 2016-09-30
- … 10 more at https://npm.io/package/tslint-config-standard/versions

## README

# TSLint Config Standard

[![NPM version](https://img.shields.io/npm/v/tslint-config-standard.svg?style=flat)](https://npmjs.org/package/tslint-config-standard)
[![NPM downloads](https://img.shields.io/npm/dm/tslint-config-standard.svg?style=flat)](https://npmjs.org/package/tslint-config-standard)
[![Build status](https://img.shields.io/travis/blakeembrey/tslint-config-standard.svg?style=flat)](https://travis-ci.org/blakeembrey/tslint-config-standard)

> A [TSLint config](https://palantir.github.io/tslint/usage/tslint-json/) for [JavaScript Standard Style](http://standardjs.com/)

## Installation

```sh
npm install tslint-config-standard --save-dev
```

## Usage

In `tslint.json`:

```json
{
  "extends": "tslint-config-standard"
}
```

**P.S.** Some TSLint rules require the use of [`--project`](https://palantir.github.io/tslint/usage/cli/#cli-usage) to run.

### Rules

- [TSLint](https://www.npmjs.com/package/tslint)
- [TSLint ESLint Rules](https://www.npmjs.com/package/tslint-eslint-rules)

### Help

Many [**TSLint ESLint Rules**](https://github.com/buzinas/tslint-eslint-rules#rules-copied-from-the-eslint-website) are incomplete and can use your help!

## License

Apache 2.0

---
_Source: https://npm.io/package/tslint-config-standard · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
