1.0.3 • Published 6 years ago
@sdcxp/eslint-config-react-native v1.0.3
eslint-config-react-native
Installation
yarn add -D @sdcxp/eslint-config-react-nativeNote: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like
Usage
Add to your eslint config (.eslintrc.js, or eslintConfig field in package.json):
module.exports = {
root: true,
extends: ['@sdcxp/react-native', 'plugin:prettier/recommended', 'prettier/react']
};为了支持可选链,需要为 VS Code 安装 JavaScript and TypeScript Nightly 插件