# @fbi-js/eslint-config-typescript

> ESLint config for Typescript project

Latest version **1.2.2** (published 2021-02-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @fbi-js/eslint-config-typescript
pnpm add @fbi-js/eslint-config-typescript
yarn add @fbi-js/eslint-config-typescript
bun add @fbi-js/eslint-config-typescript
```

## 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.2.2 |
| Published | 2021-02-25 |
| First published | 2021-01-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 3.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | neikvon, wendaosanshou |

## Links

- npm: https://www.npmjs.com/package/@fbi-js/eslint-config-typescript
- Repository: https://github.com/fbi-js/config
- Homepage: https://github.com/fbi-js/config/tree/master/packages/eslint-config-typescript
- Issues: https://github.com/fbi-js/config/issues
- npm.io page: https://npm.io/package/@fbi-js/eslint-config-typescript

## Dependencies (4)

- [@fbi-js/eslint-config](https://npm.io/package/@fbi-js/eslint-config.md) ^1.2.2
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^4.15.2
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) ^4.15.2
- [eslint-import-resolver-typescript](https://npm.io/package/eslint-import-resolver-typescript.md) ^2.4.0

## Recent versions

- 1.2.2 (latest) — 2021-02-25
- 1.2.1 — 2021-01-27
- 1.2.0 — 2021-01-12
- 1.1.0 — 2021-01-08
- 1.0.1 — 2021-01-07
- 1.0.0 — 2021-01-06
- 0.0.4 — 2021-01-06
- 0.0.3 — 2021-01-06
- 0.0.2 — 2021-01-05
- 0.0.1 — 2021-01-04

## README

# @fbi-js/eslint-config-typescript

ESLint config for Typescript project. Extends

- [@fbi-js/eslint-config](https://github.com/fbi-js/config/tree/main/packages/eslint-config)
- [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin)

## Usage

```bash
npm i -D @fbi-js/eslint-config-typescript
```

`./package.json` (you can also use other [configuration files](https://eslint.org/docs/user-guide/configuring#using-configuration-files-1))

```json
{
  "eslintConfig": {
    "extends": ["@fbi-js/typescript"]
  }
}
```

## License

Licensed under [MIT](https://opensource.org/licenses/MIT).

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