# eslint-config-qunar-typescript-react

> Qunar's ESLint config, following our styleguide.

Latest version **1.1.27** (published 2020-06-01) · ISC license · 0 weekly downloads

## Install

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

## 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.1.27 |
| Published | 2020-06-01 |
| First published | 2019-09-05 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 1.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | zhongzhi |

## Links

- npm: https://www.npmjs.com/package/eslint-config-qunar-typescript-react
- Repository: https://github.com/zhongzhi107/javascript
- Homepage: https://github.com/zhongzhi107/javascript#readme
- Issues: https://github.com/zhongzhi107/javascript/issues
- npm.io page: https://npm.io/package/eslint-config-qunar-typescript-react

## Dependencies (5)

- [eslint-plugin-react](https://npm.io/package/eslint-plugin-react.md) ^7.14.3
- [eslint-config-airbnb](https://npm.io/package/eslint-config-airbnb.md) ^18.0.1
- [eslint-plugin-jsx-a11y](https://npm.io/package/eslint-plugin-jsx-a11y.md) ^6.2.3
- [eslint-config-qunar-react](https://npm.io/package/eslint-config-qunar-react.md) ^1.1.25
- [eslint-config-qunar-typescript-base](https://npm.io/package/eslint-config-qunar-typescript-base.md) ^1.1.27

## Recent versions

- 1.1.27 (latest) — 2020-06-01
- 1.1.26 — 2020-06-01
- 1.1.25 — 2020-05-28
- 1.1.23 — 2020-05-27
- 1.1.21 — 2020-05-07
- 1.1.20 — 2020-04-28
- 1.1.18 — 2020-04-16
- 1.1.17 — 2020-03-17
- 1.1.16 — 2020-03-13
- 1.1.15 — 2020-03-13
- 1.1.14 — 2020-02-17
- 1.1.13 — 2020-02-14
- 1.1.12 — 2020-02-14
- 1.1.11 — 2020-02-14
- 1.1.8 — 2020-01-14
- … 12 more at https://npm.io/package/eslint-config-qunar-typescript-react/versions

## README

# eslint-config-qunar-typescript-react

Qunar's ESLint config, following our styleguide.

## 安装
```
npm i eslint-config-qunar-typescript-react
```

## 使用

在 eslint 配置文件中继承 `eslint-config-qunar-typescript-react` ：

```js
// .eslintrc.js
module.exports = {
  extends: ['eslint-config-qunar-typescript-react']
};
```

```json
// .eslintrc
{
  "extends": ["eslint-config-qunar-typescript-react"]
}
```

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