# @warhol/tsconfig

> This module includes Warhol’s global typescript configuration and linting rules

Latest version **2.0.0** (published 2020-06-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @warhol/tsconfig
pnpm add @warhol/tsconfig
yarn add @warhol/tsconfig
bun add @warhol/tsconfig
```

## 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 | 2.0.0 |
| Published | 2020-06-04 |
| First published | 2018-11-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 5.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | wearewarhol |
| Maintainers | drublic, sirpepe |
| Keywords | tsconfig, linting |

## Links

- npm: https://www.npmjs.com/package/@warhol/tsconfig
- Repository: https://github.com/wearewarhol/tsconfig
- npm.io page: https://npm.io/package/@warhol/tsconfig

## Dependencies (8)

- [prettier](https://npm.io/package/prettier.md) ^2.0.5
- [eslint-config-react](https://npm.io/package/eslint-config-react.md) ^1.1.7
- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^7.20.0
- [eslint-config-airbnb](https://npm.io/package/eslint-config-airbnb.md) ^18.1.0
- [eslint-config-prettier](https://npm.io/package/eslint-config-prettier.md) ^6.11.0
- [eslint-plugin-prettier](https://npm.io/package/eslint-plugin-prettier.md) ^3.1.3
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^3.1.0
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) ^3.1.0

## 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

- 2.0.0 (latest) — 2020-06-04
- 2.0.0-pre-0 (next) — 2020-06-04
- 1.1.1 — 2019-01-20
- 1.1.0 — 2018-11-22
- 1.0.0 — 2018-11-14
- 0.2.1 — 2018-11-01
- 0.2.0 — 2018-11-01
- 0.1.0 — 2018-11-01

## README

# Warhol - TypeScript configuration

This module includes our global typescript configuration.

You can install it via

    yarn add --dev @warhol/tsconfig

## Make it work

To make it work your need to do the following:

In `tsconfig.json` add the following:

```json
{
  "extends": "./node_modules/@warhol/tsconfig/tsconfig.json"
}
```

In `.eslintrc.js` add the following:

```js
module.exports = {
  extends: ["./node_modules/@warhol/tsconfig/eslint-react"],
};
```

You can also add a `nodemon.json` file for development, like [here](./examples/nodemon.json).

## License

This project is licensed under [MIT](./LICENSE).

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