0.1.3 • Published 3 years ago

@ryan-liu/eslint-config-react-app v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

使用

yarn add @ryan-liu/eslint-config-react-app -D

.eslintrc.js

module.exports = {
    ...
    extends: ['@ryan-liu/react-app'],
    ...
}

插件简称

extends 属性值可以省略包名的前缀 eslint-config-

使用包说明

eslint-config-react-app: 包含了主流的 eslint-plugin-jsx-a11yeslint-plugin-react-hookseslint-plugin-react 等配置,所以单独引入这个就可以了