1.0.0 • Published 3 years ago

@nextystudio/eslint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Nexty Studio 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 @nextystudio/eslint-config
  1. Create a .eslintrc.json file extending the config:
{
  "extends": "@nextystudio/eslint-config/react"
}

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