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