# eslint-config-pythoncoderas-typescript

> My reusable eslint config for typescript projects.

Latest version **2.2.1** (published 2024-04-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-config-pythoncoderas-typescript
pnpm add eslint-config-pythoncoderas-typescript
yarn add eslint-config-pythoncoderas-typescript
bun add eslint-config-pythoncoderas-typescript
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.2.1 |
| Published | 2024-04-28 |
| First published | 2022-06-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | PythonCoderAS |
| Maintainers | pythoncoderas |
| Keywords | eslint, config |

## Links

- npm: https://www.npmjs.com/package/eslint-config-pythoncoderas-typescript
- Repository: https://github.com/PythonCoderAS/eslint-config-pythoncoderas-typescript
- Homepage: https://github.com/PythonCoderAS/eslint-config-pythoncoderas-typescript#readme
- Issues: https://github.com/PythonCoderAS/eslint-config-pythoncoderas-typescript/issues
- npm.io page: https://npm.io/package/eslint-config-pythoncoderas-typescript

## Dependencies (7)

- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.29.1
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^7.7.1
- [eslint-plugin-deprecation](https://npm.io/package/eslint-plugin-deprecation.md) ^2.0.0
- [eslint-config-xo-typescript](https://npm.io/package/eslint-config-xo-typescript.md) ^4.0.0
- [eslint-config-airbnb-typescript](https://npm.io/package/eslint-config-airbnb-typescript.md) ^18.0.0
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) ^7.7.1
- [eslint-import-resolver-typescript](https://npm.io/package/eslint-import-resolver-typescript.md) ^3.6.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

- 2.2.1 (latest) — 2024-04-28
- 2.2.0 — 2024-01-09
- 2.1.3 — 2023-11-16
- 2.1.2 — 2022-11-20
- 2.1.1 — 2022-07-04
- 2.0.3 — 2022-06-14
- 2.0.2 — 2022-06-09
- 2.0.1 — 2022-06-09
- 2.0.0 — 2022-06-09
- 1.0.0 — 2022-06-09

## README

# eslint-config-pythoncoderas-typescript
My reusable eslint config for typescript projects.

Note: **This is most likely _not_ what you want to use. Use [`eslint-config-pythoncoderas-combo`](https://github.com/PythonCoderAS/eslint-config-pythoncoderas-combo) instead.**

## Installation

First, install the package via `npm install --save-dev eslint-config-pythoncoderas-typescript`.

Then, in your .eslintrc file, add the following line:

```json
{
  "extends": [
    "pythoncoderas-typescript"
  ]
}
```

## Compatibility with eslint-config-pythoncoderas

In order to get prettier rules to apply, `eslint-config-pythoncoderas` needs to be extended **after**
`eslint-config-pythoncoderas-typescript`. An example .eslintrc file would look like this:

```json
{
  "extends": [
    "pythoncoderas-typescript",
    "pythoncoderas"
  ]
}
```

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