Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-qunar-rn

zhongzhi10742MIT1.1.25

Qunar's ESLint config, following our styleguide

eslint, qunar

readme

eslint-config-qunar-rn

Qunar's ESLint config, following our styleguide.

安装

npm i eslint-config-qunar-rn

使用

在 eslint 配置文件中继承 eslint-config-qunar-rn

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