0.3.4 • Published 1 year ago

@higoralves/eslint-config v0.3.4

Weekly downloads
5
License
MIT
Repository
github
Last release
1 year ago

@higoralves Style Guide

Whats included?

  • Standard config base;
  • React plugin;
  • React Hooks plugin;
  • JSX a11y plugin;
  • Prettier;
  • Import order
  • Storybook Plugin
  • Promise plugin

Setup

Install the dependencies

npm i --save-dev @higoralves/eslint-config

Create a .eslintrc.json file extending the config:

{
  "extends": ["@higoralves/eslint-config/<react | node>"]
}