# eslint-config-qunar

> Qunar's ESLint config, following our styleguide

Latest version **7.1.0** (published 2019-08-23) · MIT license · 0 weekly downloads

## Install

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

## 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 | 7.1.0 |
| Published | 2019-08-23 |
| First published | 2016-11-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | zhongzhi |
| Maintainers | zhongzhi |
| Keywords | eslint, qunar |

## Links

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

## Dependencies (8)

- [babel-eslint](https://npm.io/package/babel-eslint.md) ^10.0.1
- [eslint-plugin-qunar](https://npm.io/package/eslint-plugin-qunar.md) ^1.0.0
- [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-import](https://npm.io/package/eslint-plugin-import.md) ^2.18.2
- [eslint-plugin-jsx-a11y](https://npm.io/package/eslint-plugin-jsx-a11y.md) ^6.2.3
- [@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

## 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

- 7.1.0 (latest) — 2019-08-23
- 7.0.0 — 2019-08-23
- 6.0.3 — 2019-08-23
- 6.0.2 — 2019-08-23
- 6.0.1 — 2019-08-22
- 6.0.0 — 2019-07-24
- 5.2.0 — 2019-07-17
- 5.1.0 — 2019-06-13
- 5.0.0 — 2018-12-01
- 4.0.0 — 2018-07-25
- 3.0.0 — 2018-04-26
- 2.0.0 — 2017-12-06
- 2.0.0-beta.1 — 2017-12-06
- 2.0.0-beta — 2017-12-06
- 1.2.1 — 2017-06-13
- … 11 more at https://npm.io/package/eslint-config-qunar/versions

## README

# Eslint-config-qunar

所有规则来源于 [eslint-config-airbnb](https://www.npmjs.com/package/eslint-config-airbnb) 和 [eslint-plugin-unicorn](https://www.npmjs.com/package/eslint-plugin-unicorn)

## 规则说明
- `indent: 2`: 使用 2 个空格缩进，和业内主流标准一致。
- `import/no-unresolved: 2`: 避免因系统对文件名大小写差异可能导致的依赖包引用失败。
- `no-unused-vars: 0`: 使用 typescript 类型时有点问题，暂时没有找到好的处理方法，先禁用。

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