# @altibox/tslint-config

> TSlint rules for altibox

Latest version **1.0.0-beta.4** (published 2019-05-15) · © Altibox AS license · 0 weekly downloads

## Install

```sh
npm install @altibox/tslint-config
pnpm add @altibox/tslint-config
yarn add @altibox/tslint-config
bun add @altibox/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-beta.4 |
| Published | 2019-05-15 |
| First published | 2018-10-29 |
| Weekly downloads | 0 |
| License | © Altibox AS |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Ola Folkvord |
| Maintainers | frederickr, hackgyver, raskri, resurge |

## Links

- npm: https://www.npmjs.com/package/@altibox/tslint-config
- Repository: https://bitbucket.altibox.net:7999/web/tslint-config
- npm.io page: https://npm.io/package/@altibox/tslint-config

## Dependencies (5)

- [tslint](https://npm.io/package/tslint.md) ^5.11.0
- [typescript](https://npm.io/package/typescript.md) ^3.1.3
- [tslint-react](https://npm.io/package/tslint-react.md) ^3.6.0
- [version-bump-prompt](https://npm.io/package/version-bump-prompt.md) ^4.2.1
- [tslint-config-prettier](https://npm.io/package/tslint-config-prettier.md) ^1.15.0

## Recent versions

- 1.0.0-beta.4 (latest) — 2019-05-15
- 1.0.0-beta.3 — 2018-11-22
- 1.0.0-beta.2 — 2018-10-29

## README

# TSLint Config Altibox

## Installation
```npm install @altibox/tslint-config --save-dev```

## Usage
In `tslint.json` add:
```json
{
    "extends": "@altibox/tslint-config"
}
```

In `package.json` set the environment variable `CI=true` in your build script:
```diff
    "scripts": {
-       "build": "react-scripts-ts build"
+       "build": "CI=true react-scripts-ts build"
    }
```

In `tsconfig.json` set the compiler option `"noUnusedLocals"` to false:
```diff
    "compilerOptions": {
-       "noUnusedLocals": true
+       "noUnusedLocals": false
    }
```

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