1.1.0 • Published 2 years ago

@explowstudio/eslint-config v1.1.0

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

What is included?

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

How to use

  1. Install dependency
yarn add eslint @explowstudio/eslint-config -D
  1. Add extends in your file eslint config (Ex: .eslintrc.json)
{
  "extends": "@explowstudio/eslint-config/next"
}