@janvdt/eslint-config-react-native
v1.0.1
Published
```javascript // install dependencies in your project yarn add --dev eslint prettier yarn add --dev @janvdt/eslint-config-react-native
Readme
@entertainment-content-experience/eslint-config-frontend
// install dependencies in your project
yarn add --dev eslint prettier
yarn add --dev @janvdt/eslint-config-react-native
// .eslintrc.js
module.exports = {
root: true,
extends: '@janvdt/eslint-config-react-native',
parserOptions: {
project: './tsconfig.json',
},
};