Detalhes do pacote

eslint-config-nando

nandorojo865MIT1.1.0

Fernando Rojo's React Native ESLint config.

readme (leia-me)

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')