# @m-ripper/tslint-config

> To get started run ```shell script npm install -D tslint @m-ripper/tslint-config ``` or ```shell script yarn add -D tslint @m-ripper/tslint-config ```

Latest version **1.0.0** (published 2020-01-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install @m-ripper/tslint-config
pnpm add @m-ripper/tslint-config
yarn add @m-ripper/tslint-config
bun add @m-ripper/tslint-config
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2020-01-21 |
| First published | 2020-01-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Max Ripper |
| Maintainers | m-ripper |

## Links

- npm: https://www.npmjs.com/package/@m-ripper/tslint-config
- npm.io page: https://npm.io/package/@m-ripper/tslint-config

## Recent versions

- 1.0.0 (latest) — 2020-01-21

## README

# tslint-config
To get started run
```shell script
npm install -D tslint @m-ripper/tslint-config
```
or
```shell script
yarn add -D tslint @m-ripper/tslint-config
```

Then simply extend it via the `tslint.json` in your project-directory:
```json
{
  "extends": "@m-ripper/tslint-config",
  "linterOptions": {
    "exclude": ["node_modules/**"]
  },
  "rules": {
    "no-floating-promises": false,
    ...
  }
}
```
In the example above you can see, that you can override rules and other configurations in your `tslint.json`.

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