# eslint-config-qunar-base

> Qunar's ESLint config, following our styleguide.

Latest version **1.1.25** (published 2020-05-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install eslint-config-qunar-base
pnpm add eslint-config-qunar-base
yarn add eslint-config-qunar-base
bun add eslint-config-qunar-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.25 |
| Published | 2020-05-28 |
| First published | 2019-08-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 4.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Maintainers | zhongzhi |

## Links

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

## Dependencies (4)

- [babel-eslint](https://npm.io/package/babel-eslint.md) ^10.0.3
- [eslint-plugin-qunar](https://npm.io/package/eslint-plugin-qunar.md) ^1.0.1
- [eslint-plugin-import](https://npm.io/package/eslint-plugin-import.md) ^2.18.2
- [eslint-config-airbnb-base](https://npm.io/package/eslint-config-airbnb-base.md) ^14.0.0

## Recent versions

- 1.1.25 (latest) — 2020-05-28
- 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
- 1.1.6 — 2019-12-25
- 1.1.5 — 2019-12-24
- 1.1.4 — 2019-12-24
- … 9 more at https://npm.io/package/eslint-config-qunar-base/versions

## README

# eslint-config-qunar-base

Qunar's ESLint config, following our styleguide.

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

## 使用

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

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

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

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