@olad/eslint-config-react

0.1.0 • Public • Published

ESLint 规范

阿拉钉前端 React ESLint 规范

安装

  • 推荐适用pnpm安装
# with pnpm
pnpm add @olad/eslint-config-react -D

# with npm
npm install @olad/eslint-config-react -D

# with yarn
yarn add @olad/eslint-config-react --D

使用

在你的工程根目录下创建一个.eslintrc.js配置文件

配置如下:

module.exports = {
  extends: ["@olad/eslint-config-react"],
}

Readme

Keywords

none

Package Sidebar

Install

npm i @olad/eslint-config-react

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

2.7 kB

Total Files

4

Last publish

Collaborators

  • zhaoxm469