@eove/eslint-config-react-native
v2.0.0
Published
React Native eslint shareable configuration
Readme
@eove/eslint-config-react-native
React Native eslint shareable configuration
Installation
npm install --save-dev @eove/eslint-config-react-nativeUsage
Create a .eslintrc.js file with:
module.exports = {
root: true,
extends: ["@eove/eslint-config-react-native"],
};