1.0.3 • Published 4 years ago

@sdcxp/eslint-config-react-native v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

eslint-config-react-native

Installation

yarn add -D @sdcxp/eslint-config-react-native

Note: 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 插件