nandorojo / eslint-config-nando

Stress-free react native linting. πŸ‹πŸ»β€β™‚οΈ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Stress-free react native linting. πŸ‹πŸ»β€β™‚οΈ


Languages

Language:JavaScript 100.0%