eslint-config-nando

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-nando

Weekly Downloads

132

Version

1.1.0

License

MIT

Unpacked Size

2.18 kB

Total Files

5

Last publish

Collaborators

  • fernandorojo