1.5.1 • Published 5 years ago
@gfez/eslint-config-react-native v1.5.1
Installation
yarn add -D @gfez/eslint-config-react-nativeNote: 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']
};