@xieyezi/eslint-config-react-native
v2.0.1
Published
react-native eslint config
Downloads
1
Readme
使用方式
pnpm add @xieyezi/eslint-config-react-native -D
// .eslintrc.js
module.exports = {
extends: ['@xieyezi/eslint-config-react-native'],
rules: {
// 自定义你的规则
}
}