eslint-config-nando
v1.1.0
Published
Fernando Rojo's React Native ESLint config.
Downloads
986
Readme
Fernando Rojo's eslint config 🏋🏻♂️
npx @nandorojo/lint-expo
Meant for react native projects using Typescript.
yarn add --dev eslint-config-nando
If you're using typescript, do this too:
yarn add --dev typescript
Create the following two files at the root of your react native project:
.eslintrc
{
"extends": ["nando"]
}
.prettierrc.js
module.exports = require('eslint-config-nando/prettier')