1.1.0 • Published 4 years ago

eslint-config-nando v1.1.0

Weekly downloads
58
License
MIT
Repository
github
Last release
4 years ago

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