1.1.0 • Published 5 years ago
eslint-config-nando v1.1.0
Fernando Rojo's eslint config 🏋🏻♂️
npx @nandorojo/lint-expoMeant for react native projects using Typescript.
yarn add --dev eslint-config-nandoIf you're using typescript, do this too:
yarn add --dev typescriptCreate the following two files at the root of your react native project:
.eslintrc
{
"extends": ["nando"]
}.prettierrc.js
module.exports = require('eslint-config-nando/prettier')