@sdcxp/eslint-config-react-native

ESLint config for React Native

Usage no npm install needed!

<script type="module">
  import sdcxpEslintConfigReactNative from 'https://cdn.skypack.dev/@sdcxp/eslint-config-react-native';
</script>

README

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