@dgvalerio/eslint-config

1.5.9 • Public • Published

Eslint Configuration

ESlint configuration recommended by Davi Gonçalves Valério.

What's included?

React Next Nest
Google config base
Import Helpers plugin
React plugin
React Hooks plugin
JSX a11y plugin
Prettier
JSDoc Plugin

Setup

  1. Install the dependencies
    npm i -D eslint @dgvalerio/eslint-config
    
  2. Create a .eslintrc.json file extending the config:
    If you want to set up a ReactJS project:
    {
      "extends": "@dgvalerio/eslint-config/react"
    }
    
    If you want to set up a Next.js project:
    {
      "extends": "@dgvalerio/eslint-config/next"
    }
    
    If you want to set up a NestJS project:
    {
      "extends": "@dgvalerio/eslint-config/nest"
    }
    

Package Sidebar

Install

npm i @dgvalerio/eslint-config

Weekly Downloads

18

Version

1.5.9

License

ISC

Unpacked Size

9.25 kB

Total Files

9

Last publish

Collaborators

  • dgvalerio