1.1.0 • Published 2 months ago

@mario34/eslint-config-react v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

@mario34/eslint-config-react

适用于react项目的eslint配置

Usage

yarn add @mario34/eslint-config-react
// .eslintrc.js 不建议使用简称
module.exports = {
  extends: ['@mario34/eslint-config-react'],
}