# eslint-config-qunar-typescript-base

> 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-base
pnpm add eslint-config-qunar-typescript-base
yarn add eslint-config-qunar-typescript-base
bun add eslint-config-qunar-typescript-base
```

## 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 | 3 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | zhongzhi |

## Links

- npm: https://www.npmjs.com/package/eslint-config-qunar-typescript-base
- 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-base

## Dependencies (3)

- [eslint-config-qunar-base](https://npm.io/package/eslint-config-qunar-base.md) ^1.1.25
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^2.0.0
- [@typescript-eslint/eslint-plugin](https://npm.io/package/@typescript-eslint/eslint-plugin.md) ^2.0.0

## 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.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
- 1.1.7 — 2020-01-10
- … 10 more at https://npm.io/package/eslint-config-qunar-typescript-base/versions

## README

# eslint-config-qunar-typescript-base

Qunar's ESLint config, following our styleguide.

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

## 使用

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

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

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

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