1.0.5 • Published 11 months ago

@antoniowingert/eslint-config v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Antonio Wingert ESLint config

Whats included?

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

Setup

  1. Install the dependencies
npm i -D eslint @antoniowingert/eslint-config
  1. Create a .eslintrc.json file extending the config:
{
  "extends": "@antoniowingert/eslint-config/react"
  // "extends": "@antoniowingert/eslint-config/node"
}

You can also use a .eslintrc.js instead of JSON if you prefer.