# @sanv/eslint-config-typescript

> Eslint Configuration with Typescript Support

Latest version **2.1.1** (published 2020-10-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install @sanv/eslint-config-typescript
pnpm add @sanv/eslint-config-typescript
yarn add @sanv/eslint-config-typescript
bun add @sanv/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 | 2.1.1 |
| Published | 2020-10-06 |
| First published | 2020-05-31 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 12 |
| Unpacked size | 16.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10 |
| Maintainers | sv92 |
| Keywords | eslint-config, eslint, config, react eslint config, react eslint, react typescript config, typescript config, eslint jest config, eslint jest, eslint stories config, eslint stories, eslint storybook |

## Links

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

## Dependencies (12)

- [eslint](https://npm.io/package/eslint.md) ^6.8.0 || ^7.2.0
- [prettier](https://npm.io/package/prettier.md) ^2.0.5
- [typescript](https://npm.io/package/typescript.md) ^3.9.5
- [babel-eslint](https://npm.io/package/babel-eslint.md) ^10.1.0
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.21.2
- [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
- [@sanv/eslint-config-base](https://npm.io/package/@sanv/eslint-config-base.md) ^2.0.1
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^3.1.0
- [eslint-config-airbnb-base](https://npm.io/package/eslint-config-airbnb-base.md) ^14.2.0
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) ^3.1.0
- [eslint-import-resolver-typescript](https://npm.io/package/eslint-import-resolver-typescript.md) ^2.0.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.1.1 (latest) — 2020-10-06
- 2.0.4 — 2020-06-22
- 2.0.3 — 2020-06-20
- 2.0.1 — 2020-06-20
- 2.0.0 — 2020-06-20
- 1.2.18 — 2020-06-11
- 1.2.16 — 2020-06-08
- 1.2.14 — 2020-06-07
- 1.2.13 — 2020-06-07
- 1.2.12 — 2020-06-07
- 1.2.11 — 2020-06-07
- 1.2.10 — 2020-06-07
- 1.2.9 — 2020-06-06
- 1.2.8 — 2020-06-06
- 1.2.7 — 2020-06-06
- … 7 more at https://npm.io/package/@sanv/eslint-config-typescript/versions

## README

# Eslint Configuration with Typescript Support

[![npm version](https://badge.fury.io/js/%40sanv%2Feslint-config-typescript.svg)](https://badge.fury.io/js/%40sanv%2Feslint-config-typescript)

1. Install the correct version of package, which are listed by the command:

```bash
npm install "@sanv/eslint-config-typescript" --save-dev
```

2. Add next line to your `.eslintrc.js`:

```js
module.exports = {
  parser: '@typescript-eslint/parser',
  plugins: ['prettier', '@typescript-eslint'],
  parserOptions: {
    project: './tsconfig.json',
    sourceType: 'module',
  },
  extends: [
    '@sanv/eslint-config-typescript',
    'plugin:prettier/recommended',
    'prettier/@typescript-eslint',
  ],
}
```

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