1.0.5 • Published 2 years ago

@findme.tech/eslint-config v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

FindMe ESLint config

Whats included?

  • Airbnb config base;
  • React plugin;
  • React Hooks plugin;
  • JSX a11y plugin;
  • Prettier;

Setup

React

Install dependencies:

npm i -D @findme.tech/eslint-config

Inside .eslintrc.json

{
  "extends": "@findme.tech/eslint-config/react"
}

Node.js

Install dependencies:

npm i -D @findme.tech/eslint-config

Inside .eslintrc.json

{
  "extends": "@findme.tech/eslint-config/node"
}