# eslint-config-leapfe

> Leap's TypeScript and React ESLint config

Latest version **2.0.6** (published 2021-06-15) · ISC license · 0 weekly downloads

## Install

```sh
npm install eslint-config-leapfe
pnpm add eslint-config-leapfe
yarn add eslint-config-leapfe
bun add eslint-config-leapfe
```

## 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.6 |
| Published | 2021-06-15 |
| First published | 2021-04-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 8 |
| Dependencies | 0 |
| Unpacked size | 44.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | front-end-captain |
| Maintainers | brendan.ye |

## Links

- npm: https://www.npmjs.com/package/eslint-config-leapfe
- Repository: https://github.com/LeapFE/eslint-config-leap
- Homepage: https://github.com/LeapFE/eslint-config-leap#readme
- Issues: https://github.com/LeapFE/eslint-config-leap/issues
- npm.io page: https://npm.io/package/eslint-config-leapfe

## Recent versions

- 2.0.6 (latest) — 2021-06-15
- 2.0.6-0 (beta) — 2021-06-15
- 2.0.5 — 2021-06-10
- 2.0.5-1 — 2021-06-10
- 2.0.5-0 — 2021-06-10
- 2.0.4 — 2021-04-30
- 2.0.3 — 2021-04-27
- 2.0.2 — 2021-04-22
- 2.0.1 — 2021-04-22
- 2.0.0 — 2021-04-22
- 1.0.0 — 2021-04-13
- 0.0.2-0 — 2021-04-13

## README

# eslint-config-leapfe

> Leap specific linting rules for ESLint

Our default export contains all of our ESLint rules, including ECMAScript 6+、 React and TypeScript. It requires eslint, @typescript-eslint/parser, eslint-plugin-import, eslint-plugin-react, eslint-plugin-react-hooks, @typescript-eslint/eslint-plugin, eslint-plugin-promise and eslint-config-prettier.

## Installation

using npm 5+, use this shortcut
```shell
npx install-peerdeps --dev eslint-config-leapfe
```

Then, add eslint-config-leap to the `extends` array in your .eslintrc.* file.
This rules include typescript rule, so you should specify `parser` and `parserOptions.project` in .eslintrc.* file.

```json
{
  "parser": "@typescript-eslint/parser",
  "extends": [
    "leapfe"
  ],
  "parserOptions": {
    "project": ["./tsconfig.json"]
  }
}
```


## Rules
all available rules https://github.com/LeapFE/eslint-config-leap/blob/master/rule.json

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