Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-react-native-shinpei

zusinShinpei11MIT0.2.0

eslint config for babel-import + ts + react-native

eslint config, shinpei, react native, zusinShinpei, eslint

readme

npm npm

eslint-config-react-native-shinpei

My eslint configuration for React Native. this plugin requires eslint v6.6.0 or superior.

Usage

npm i eslint-config-react-native-shinpei -D

In .eslintrc:

{ 
  "extends": "react-native-shinpei" 
} 

In eslint.config.js:

module.exports = {
  extends: "react-native-shinpei",
}