@mario34/eslint-config-react
v1.1.0
Published
适用于react项目的eslint配置
Downloads
11
Readme
@mario34/eslint-config-react
适用于react项目的eslint配置
Usage
yarn add @mario34/eslint-config-react// .eslintrc.js 不建议使用简称
module.exports = {
extends: ['@mario34/eslint-config-react'],
}
