1.0.1 • Published 2 years ago

@andyalmeida/eslint-config-semistandard v1.0.1

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

ESLint Config

Whats included?

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

Setup

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