1.5.1 • Published 3 years ago

@gfez/eslint-config-react-native v1.5.1

Weekly downloads
187
License
MIT
Repository
github
Last release
3 years ago

Installation

yarn add -D @gfez/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: ['@gfez/react-native', 'plugin:prettier/recommended', 'prettier/react']
};